T
- Java type for the field's valuespublic abstract class ComplexField<T> extends Field<T>
Field
, such as a collection or map field.NAME_PATTERN
Modifier and Type | Method and Description |
---|---|
abstract List<? extends SimpleField<?>> |
getSubFields()
Get the sub-field(s) associated with this instance, ordered according to their meaning.
|
getTypeToken, getValue, hasDefaultValue, visit
getName, getSchema, getStorageId, toString
public abstract List<? extends SimpleField<?>> getSubFields()
Copyright © 2022. All rights reserved.