Uses of Class
io.protostuff.runtime.Field
Packages that use Field
-
Uses of Field in io.protostuff.runtime
Fields in io.protostuff.runtime declared as FieldMethods in io.protostuff.runtime that return FieldModifier and TypeMethodDescriptionField.copy(IdStrategy strategy) No copy by default.abstract <T> Field<T> RuntimeFieldFactory.create(int number, String name, Field field, IdStrategy strategy) Creates a runtimefieldbased on reflection.RuntimeSchema.getFieldByName(String fieldName) RuntimeSchema.getFieldByNumber(int n) Methods in io.protostuff.runtime that return types with arguments of type FieldMethods in io.protostuff.runtime with parameters of type FieldModifier and TypeMethodDescriptionbooleanReturns true if the field is included.booleanReturns true if the field is included.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanConstructors in io.protostuff.runtime with parameters of type FieldModifierConstructorDescriptionprotectedPostFilteredSchema(Class<? super T> typeClass, RuntimeEnv.Instantiator<T> instantiator, Field<T>[] fields) Constructor parameters in io.protostuff.runtime with type arguments of type FieldModifierConstructorDescriptionRuntimeSchema(Class<T> typeClass, Collection<Field<T>> fields, RuntimeEnv.Instantiator<T> instantiator) RuntimeSchema(Class<T> typeClass, Collection<Field<T>> fields, Constructor<T> constructor)