Interface AutoConfigurationMetadata
public interface AutoConfigurationMetadata
Provides access to meta-data written by the auto-configure annotation processor.
- Since:
- 1.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGet anStringvalue from the meta-data.Get anStringvalue from the meta-data.getInteger(String className, String key) Get anIntegervalue from the meta-data.getInteger(String className, String key, Integer defaultValue) Get anIntegervalue from the meta-data.Get aSetvalue from the meta-data.Get aSetvalue from the meta-data.booleanwasProcessed(String className) Returntrueif the specified class name was processed by the annotation processor.
-
Method Details
-
wasProcessed
Returntrueif the specified class name was processed by the annotation processor.- Parameters:
className- the source class- Returns:
- if the class was processed
-
getInteger
-
getInteger
-
getSet
-
getSet
-
get
-
get
-