public class InputFieldInfoGenerator extends Object
| Constructor and Description |
|---|
InputFieldInfoGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
defaultValue(List<AnnotatedElement> candidates,
AnnotatedType type,
GlobalEnvironment environment) |
protected <T extends DefaultValueProvider> |
defaultValueProvider(Class<T> type,
GlobalEnvironment environment) |
Optional<String> |
getDescription(List<AnnotatedElement> candidates,
MessageBundle messageBundle) |
Optional<String> |
getName(List<AnnotatedElement> candidates,
MessageBundle messageBundle) |
public Optional<String> getName(List<AnnotatedElement> candidates, MessageBundle messageBundle)
public Optional<String> getDescription(List<AnnotatedElement> candidates, MessageBundle messageBundle)
public Optional<Object> defaultValue(List<AnnotatedElement> candidates, AnnotatedType type, GlobalEnvironment environment)
protected <T extends DefaultValueProvider> T defaultValueProvider(Class<T> type, GlobalEnvironment environment) throws ReflectiveOperationException
ReflectiveOperationExceptionCopyright © 2016–2018. All rights reserved.