Uses of Class
org.apache.juneau.msgpack.MsgPackParser.Builder
Packages that use MsgPackParser.Builder
-
Uses of MsgPackParser.Builder in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack that return MsgPackParser.BuilderModifier and TypeMethodDescriptionMsgPackParser.Builder.annotations
(Annotation... values) MsgPackParser.Builder.apply
(AnnotationWorkList work) MsgPackParser.Builder.applyAnnotations
(Class<?>... from) MsgPackParser.Builder.applyAnnotations
(Object... from) MsgPackParser.Builder.autoCloseStreams()
MsgPackParser.Builder.autoCloseStreams
(boolean value) MsgPackParser.Builder.beanClassVisibility
(Visibility value) MsgPackParser.Builder.beanConstructorVisibility
(Visibility value) MsgPackParser.Builder.beanContext
(BeanContext value) MsgPackParser.Builder.beanContext
(BeanContext.Builder value) MsgPackParser.Builder.beanDictionary
(Class<?>... values) MsgPackParser.Builder.beanFieldVisibility
(Visibility value) MsgPackParser.Builder.beanInterceptor
(Class<?> on, Class<? extends BeanInterceptor<?>> value) MsgPackParser.Builder.beanMapPutReturnsOldValue()
MsgPackParser.Builder.beanMethodVisibility
(Visibility value) MsgPackParser.Builder.beanProperties
(Class<?> beanClass, String properties) MsgPackParser.Builder.beanProperties
(String beanClassName, String properties) MsgPackParser.Builder.beanProperties
(Map<String, Object> values) MsgPackParser.Builder.beanPropertiesExcludes
(Class<?> beanClass, String properties) MsgPackParser.Builder.beanPropertiesExcludes
(String beanClassName, String properties) MsgPackParser.Builder.beanPropertiesExcludes
(Map<String, Object> values) MsgPackParser.Builder.beanPropertiesReadOnly
(Class<?> beanClass, String properties) MsgPackParser.Builder.beanPropertiesReadOnly
(String beanClassName, String properties) MsgPackParser.Builder.beanPropertiesReadOnly
(Map<String, Object> values) MsgPackParser.Builder.beanPropertiesWriteOnly
(Class<?> beanClass, String properties) MsgPackParser.Builder.beanPropertiesWriteOnly
(String beanClassName, String properties) MsgPackParser.Builder.beanPropertiesWriteOnly
(Map<String, Object> values) MsgPackParser.Builder.beansRequireDefaultConstructor()
MsgPackParser.Builder.beansRequireSerializable()
MsgPackParser.Builder.beansRequireSettersForGetters()
MsgPackParser.Builder.binaryFormat
(BinaryFormat value) MsgPackParser.Builder.copy()
MsgPackParser.copy()
static MsgPackParser.Builder
MsgPackParser.create()
Creates a new builder for this object.MsgPackParser.Builder.debug()
MsgPackParser.Builder.debug
(boolean value) MsgPackParser.Builder.debugOutputLines
(int value) MsgPackParser.Builder.dictionaryOn
(Class<?> on, Class<?>... values) MsgPackParser.Builder.disableBeansRequireSomeProperties()
MsgPackParser.Builder.disableIgnoreMissingSetters()
MsgPackParser.Builder.disableIgnoreTransientFields()
MsgPackParser.Builder.disableIgnoreUnknownNullBeanProperties()
MsgPackParser.Builder.disableInterfaceProxies()
MsgPackParser.Builder.findFluentSetters()
MsgPackParser.Builder.findFluentSetters
(Class<?> on) MsgPackParser.Builder.ignoreInvocationExceptionsOnGetters()
MsgPackParser.Builder.ignoreInvocationExceptionsOnSetters()
MsgPackParser.Builder.ignoreUnknownBeanProperties()
MsgPackParser.Builder.ignoreUnknownEnumValues()
MsgPackParser.Builder.implClasses
(Map<Class<?>, Class<?>> values) MsgPackParser.Builder.interfaceClass
(Class<?> on, Class<?> value) MsgPackParser.Builder.interfaces
(Class<?>... value) MsgPackParser.Builder.listener
(Class<? extends ParserListener> value) MsgPackParser.Builder.notBeanClasses
(Class<?>... values) MsgPackParser.Builder.notBeanPackages
(String... values) MsgPackParser.Builder.propertyNamer
(Class<?> on, Class<? extends PropertyNamer> value) MsgPackParser.Builder.propertyNamer
(Class<? extends PropertyNamer> value) MsgPackParser.Builder.sortProperties()
MsgPackParser.Builder.sortProperties
(Class<?>... on) MsgPackParser.Builder.strict()
MsgPackParser.Builder.strict
(boolean value) <T,
S> MsgPackParser.Builder MsgPackParser.Builder.swap
(Class<T> normalClass, Class<S> swappedClass, ThrowingFunction<T, S> swapFunction) <T,
S> MsgPackParser.Builder MsgPackParser.Builder.swap
(Class<T> normalClass, Class<S> swappedClass, ThrowingFunction<T, S> swapFunction, ThrowingFunction<S, T> unswapFunction) MsgPackParser.Builder.trimStrings()
MsgPackParser.Builder.trimStrings
(boolean value) MsgPackParser.Builder.typePropertyName
(Class<?> on, String value) MsgPackParser.Builder.typePropertyName
(String value) MsgPackParser.Builder.unbuffered()
MsgPackParser.Builder.unbuffered
(boolean value) MsgPackParser.Builder.useEnumNames()
MsgPackParser.Builder.useJavaBeanIntrospector()
Constructors in org.apache.juneau.msgpack with parameters of type MsgPackParser.BuilderModifierConstructorDescriptionBase64
(MsgPackParser.Builder builder) Constructor.protected
Builder
(MsgPackParser.Builder copyFrom) Copy constructor.MsgPackParser
(MsgPackParser.Builder builder) Constructor.SpacedHex
(MsgPackParser.Builder builder) Constructor. -
Uses of MsgPackParser.Builder in org.apache.juneau.msgpack.annotation
Methods in org.apache.juneau.msgpack.annotation with parameters of type MsgPackParser.BuilderModifier and TypeMethodDescriptionvoid
MsgPackConfigAnnotation.ParserApply.apply
(AnnotationInfo<MsgPackConfig> ai, MsgPackParser.Builder b)