public abstract class JCollectionField extends JComplexField
JClass
.Modifier and Type | Method and Description |
---|---|
JSimpleField |
getElementField()
Get the element sub-field.
|
JSimpleField |
getSubField(String name)
Get the sub-field with the given name.
|
List<JSimpleField> |
getSubFields()
Get the sub-fields associated with this field.
|
TypeToken<?> |
getTypeToken()
Get the type of this field.
|
abstract Collection<?> |
getValue(JObject jobj)
Get the Java value of this field in the given Java model object.
|
getConverter, getDeclaringAnnotation, getGetter, visit
getName, getPermazen, getStorageId, toString
public JSimpleField getElementField()
public abstract Collection<?> getValue(JObject jobj)
JField
public List<JSimpleField> getSubFields()
JComplexField
getSubFields
in class JComplexField
public JSimpleField getSubField(String name)
JComplexField
getSubField
in class JComplexField
name
- sub-field namepublic TypeToken<?> getTypeToken()
JField
getTypeToken
in class JField
Copyright © 2022. All rights reserved.