Package io.protostuff.runtime
Interface FieldMap<T>
- All Known Implementing Classes:
ArrayFieldMap
,HashFieldMap
,RuntimeSchema
interface FieldMap<T>
Interface for map of fields - defines how to you get field by name or number (tag).
-
Method Summary
-
Method Details
-
getFieldByNumber
-
getFieldByName
-
getFieldCount
int getFieldCount() -
getFields
-