| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.container |
| 限定符和类型 | 方法和说明 |
|---|---|
ConstantContainerBuilder |
ConstantContainerBuilder.annotationFinder(@NonNull AnnotationFinder annotationFinder)
Sets the annotation finder to use when reading annotations.
|
ConstantContainerBuilder |
ConstantContainerBuilder.namespace(String namespace)
Sets the namespace of the container.
|
static ConstantContainerBuilder |
ConstantContainerBuilder.of(@NonNull Class<?> constantClass)
Returns a new builder for the specified constant class.
|
ConstantContainerBuilder |
ConstantContainerBuilder.onlyExplicitlyIncluded(boolean onlyExplicitlyIncluded)
Sets whether to include only constants that are explicitly annotated with
ContainerConstant.Include. |
ConstantContainerBuilder |
ConstantContainerBuilder.onlyPublic(boolean onlyPublic)
Sets whether to include only public constants.
|
ConstantContainerBuilder |
ConstantContainerBuilder.reverse(boolean reverse)
Sets whether to reverse the order of the constant values in the container.
|
Copyright © 2024. All rights reserved.