- getAllProtbufFields(Class<? extends Object>) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Returns a full mapping of all Protobuf fields from the POJO class.
- getPojoSetter(ProtobufAttribute, Field) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Retrieve the setter on the POJO class; default is to is "set" plus upper case first character of the field name.
- getProtobufClass(Object, Class<? extends Object>) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Retrieve the ProtobufClass based on the POJO value.
- getProtobufClassFromPojoAnno(Class<?>) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Return the Protobuf Class based on the pojo class, i.e.
- getProtobufEntity(Class<?>) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Return a ProtobufEntity annotation from any object sent, null if there is none.
- getProtobufGetter(ProtobufAttribute, Field) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Retrieve the getter against the Protobuf class; default is to is "get" plus upper case first character of the field name.
- getProtobufSetter(ProtobufAttribute, Field, Object) - Static method in class ca.jeb.protobuf.internal.ProtobufSerializerUtils
-
Return the setter for the Protobuf builder.