public abstract class AbstractFieldInfo extends Object implements FieldInfo
Modifier and Type | Field and Description |
---|---|
protected BracketType |
bracketType |
protected String |
name |
protected Class |
type |
Constructor and Description |
---|
AbstractFieldInfo(Class type,
BracketType bracketType,
String name) |
Modifier and Type | Method and Description |
---|---|
BracketType |
bracketType() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
String |
toString() |
Class |
type() |
protected final String name
protected final Class type
protected final BracketType bracketType
public AbstractFieldInfo(Class type, BracketType bracketType, String name)
public BracketType bracketType()
bracketType
in interface FieldInfo
Copyright © 2018. All rights reserved.