Uses of Class
io.microsphere.annotation.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description io.microsphere.beans io.microsphere.classloading io.microsphere.io io.microsphere.reflect io.microsphere.util -
-
Uses of ConfigurationProperty in io.microsphere.beans
Fields in io.microsphere.beans with annotations of type ConfigurationProperty Modifier and Type Field Description static int
BeanUtils. BEAN_PROPERTIES_MAX_RESOLVED_DEPTH
The maximum levels of resolving properties of a bean, default is 100 -
Uses of ConfigurationProperty in io.microsphere.classloading
Fields in io.microsphere.classloading with annotations of type ConfigurationProperty Modifier and Type Field Description static java.lang.String
ManifestArtifactResourceResolver. ARTIFACT_ID_ATTRIBUTE_NAMES_PROPERTY_NAME
The configuration property name for specifying attribute names in the MANIFEST file to extract the artifact ID.static java.lang.String
ManifestArtifactResourceResolver. VERSION_ATTRIBUTE_NAMES_PROPERTY_NAME
The configuration property name for specifying attribute names in the MANIFEST file to extract the artifact version. -
Uses of ConfigurationProperty in io.microsphere.io
Fields in io.microsphere.io with annotations of type ConfigurationProperty Modifier and Type Field Description static int
IOUtils. BUFFER_SIZE
The buffer size for I/Ostatic java.lang.String
StandardFileWatchService. THREAD_NAME_PREFIX
The thread name prefix , default value : "microsphere-file-watch-service-" -
Uses of ConfigurationProperty in io.microsphere.reflect
Fields in io.microsphere.reflect with annotations of type ConfigurationProperty Modifier and Type Field Description static int
TypeUtils. RESOLVED_GENERIC_TYPES_CACHE_SIZE
The size of resolved generic types cache -
Uses of ConfigurationProperty in io.microsphere.util
Fields in io.microsphere.util with annotations of type ConfigurationProperty Modifier and Type Field Description static boolean
ServiceLoaderUtils. SERVICE_LOADER_CACHED
Whether to cache the loaded servicesstatic int
ShutdownHookUtils. SHUTDOWN_HOOK_CALLBACKS_CAPACITY
The capacity of ShutdownHook callbacks, the default value is 512
-