Uses of Class
com.jsoniter.spi.Binding
Packages that use Binding
-
Uses of Binding in com.jsoniter
Fields in com.jsoniter with type parameters of type BindingMethods in com.jsoniter with parameters of type BindingModifier and TypeMethodDescriptionprivate voidReflectionObjectDecoder.addBinding(ClassInfo classInfo, Binding binding) private static voidCodegenImplObjectHash.appendBindingSet(StringBuilder lines, ClassDescriptor desc, Binding binding) (package private) static voidCodegenImplObjectHash.appendVarDef(StringBuilder lines, Binding parameter) private booleanReflectionObjectDecoder.canNotSetDirectly(Binding binding) private ObjectReflectionObjectDecoder.decodeBinding(JsonIterator iter, Binding binding) private ObjectReflectionObjectDecoder.decodeBinding(JsonIterator iter, Object obj, Binding binding) (package private) static Stringprivate voidReflectionObjectDecoder.setToBinding(Object obj, Binding binding, Object value) private static StringCodegenImplObjectStrict.updateBindingSetOp(String rendered, Binding binding) Method parameters in com.jsoniter with type arguments of type BindingModifier and TypeMethodDescriptionprivate static voidCodegenImplObjectHash.appendInvocation(StringBuilder code, List<Binding> params) private static intCodegenImplObjectStrict.assignMaskForRequiredProperties(List<Binding> allBindings) CodegenImplObjectStrict.buildTriTree(List<Binding> allBindings) private static booleanCodegenImplObjectStrict.hasAnythingToBindFrom(List<Binding> allBindings) -
Uses of Binding in com.jsoniter.fuzzy
Fields in com.jsoniter.fuzzy declared as BindingConstructors in com.jsoniter.fuzzy with parameters of type Binding -
Uses of Binding in com.jsoniter.output
Methods in com.jsoniter.output with parameters of type BindingModifier and TypeMethodDescriptionprivate static intCodegenImplObject.genField(CodegenResult ctx, Binding binding, String toName, int notFirst) -
Uses of Binding in com.jsoniter.spi
Fields in com.jsoniter.spi declared as BindingModifier and TypeFieldDescriptionEncodeTo.bindingClassDescriptor.onExtraPropertiesClassDescriptor.onMissingPropertiesFields in com.jsoniter.spi with type parameters of type BindingModifier and TypeFieldDescriptionClassDescriptor.fieldsClassDescriptor.gettersConstructorDescriptor.parametersthe parameters to call constructor or static methodWrapperDescriptor.parametersthe parameters to bindClassDescriptor.settersMethods in com.jsoniter.spi that return BindingMethods in com.jsoniter.spi that return types with arguments of type BindingModifier and TypeMethodDescriptionClassDescriptor.allBindings()ClassDescriptor.allDecoderBindings()ClassDescriptor.allEncoderBindings()ClassDescriptor.getGetters(Map<String, Type> lookup, ClassInfo classInfo, boolean includingPrivate) ClassDescriptor.getSetters(Map<String, Type> lookup, ClassInfo classInfo, boolean includingPrivate) Methods in com.jsoniter.spi with parameters of type BindingModifier and TypeMethodDescriptionprivate static voidClassDescriptor.deduplicateByFromName(Map<String, Binding> byFromName, Binding setter) private voidConfig.updateBindingWithJsonProperty(Binding binding, JsonProperty jsonProperty) Method parameters in com.jsoniter.spi with type arguments of type Binding