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 intBeanUtils. BEAN_METADATA_CACHE_SIZEThe cache size ofBeanMetadatastatic intBeanUtils. BEAN_PROPERTIES_MAX_RESOLVED_DEPTHThe 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.StringManifestArtifactResourceResolver. ARTIFACT_ID_ATTRIBUTE_NAMES_PROPERTY_NAMEThe configuration property name for specifying attribute names in the MANIFEST file to extract the artifact ID.static java.lang.StringManifestArtifactResourceResolver. VERSION_ATTRIBUTE_NAMES_PROPERTY_NAMEThe 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 intIOUtils. BUFFER_SIZEThe buffer size for I/Ostatic java.lang.StringStandardFileWatchService. THREAD_NAME_PREFIXThe 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 intTypeUtils. RESOLVED_GENERIC_TYPES_CACHE_SIZEThe 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 booleanServiceLoaderUtils. SERVICE_LOADER_CACHEDWhether to cache the loaded servicesstatic intShutdownHookUtils. SHUTDOWN_HOOK_CALLBACKS_CAPACITYThe capacity of ShutdownHook callbacks, the default value is 512
-