public interface AutoConfigurationMetadata
Modifier and Type | Method and Description |
---|---|
String |
get(String className,
String key)
Get an
String value from the meta-data. |
String |
get(String className,
String key,
String defaultValue)
Get an
String value from the meta-data. |
Integer |
getInteger(String className,
String key)
Get an
Integer value from the meta-data. |
Integer |
getInteger(String className,
String key,
Integer defaultValue)
Get an
Integer value from the meta-data. |
Set<String> |
getSet(String className,
String key)
Get a
Set value from the meta-data. |
Set<String> |
getSet(String className,
String key,
Set<String> defaultValue)
Get a
Set value from the meta-data. |
boolean |
wasProcessed(String className)
Return
true if the specified class name was processed by the annotation
processor. |
boolean wasProcessed(String className)
true
if the specified class name was processed by the annotation
processor.className
- the source classInteger getInteger(String className, String key)
Integer
value from the meta-data.className
- the source classkey
- the meta-data keynull
Integer getInteger(String className, String key, Integer defaultValue)
Integer
value from the meta-data.className
- the source classkey
- the meta-data keydefaultValue
- the default valuedefaultValue
Set<String> getSet(String className, String key)
Set
value from the meta-data.className
- the source classkey
- the meta-data keynull
Set<String> getSet(String className, String key, Set<String> defaultValue)
Set
value from the meta-data.className
- the source classkey
- the meta-data keydefaultValue
- the default valuedefaultValue
String get(String className, String key)
String
value from the meta-data.className
- the source classkey
- the meta-data keynull
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.