public class DefaultFieldInfo<T> extends Object implements FieldInfo, BaseFieldInfo<T>
| Constructor and Description |
|---|
DefaultFieldInfo(FieldId fieldId,
String readable,
Class<?> type,
Class<?>[] genericTypes,
FieldId... siblings) |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
genericTypes() |
DefaultCondition<T> |
getDefaultCondition() |
FieldId |
id() |
String |
readable() |
FieldId[] |
siblings() |
Class<?> |
type() |
public FieldId id()
public FieldId[] siblings()
public Class<?>[] genericTypes()
genericTypes in interface FieldInfoFieldId type parameterspublic DefaultCondition<T> getDefaultCondition()
getDefaultCondition in interface BaseFieldInfo<T>Copyright © 2017. All rights reserved.