Package io.protostuff.parser
Interface HasFields
-
- All Superinterfaces:
HasOptions
public interface HasFields extends HasOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addField(Field<?> field)
java.lang.String
getEnclosingNamespace()
Field<?>
getField(java.lang.String name)
java.util.Collection<Field<?>>
getFields()
-
Methods inherited from interface io.protostuff.parser.HasOptions
getOptions, putExtraOption, putStandardOption
-
-