public class ConfigurationPropertyBindingSite<T,O> extends Object
| Constructor and Description |
|---|
ConfigurationPropertyBindingSite(ConfigurationPropertyRegistry registry,
AtomicReference<com.google.inject.Injector> injector,
Class<O> owner,
String name,
Class<T> type,
AnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
get(Iterable<Object> objects) |
String |
getDescription()
Get a description (from a @Doc annotation, if one is present)
|
String[] |
getHrefs() |
String |
getName() |
Class |
getOwner() |
Class<T> |
getType() |
boolean |
isDeprecated() |
boolean |
isReconfigurable() |
String |
toString() |
void |
validate(String value) |
public ConfigurationPropertyBindingSite(ConfigurationPropertyRegistry registry, AtomicReference<com.google.inject.Injector> injector, Class<O> owner, String name, Class<T> type, AnnotatedElement element)
public Class getOwner()
public String getName()
public boolean isDeprecated()
public boolean isReconfigurable()
public String getDescription()
public String[] getHrefs()
public void validate(String value)
Copyright © 2016. All rights reserved.