Uses of Class
org.apache.juneau.uon.UonSerializer.Builder
Packages that use UonSerializer.Builder
Package
Description
- 
Uses of UonSerializer.Builder in org.apache.juneau.oapiSubclasses of UonSerializer.Builder in org.apache.juneau.oapi
- 
Uses of UonSerializer.Builder in org.apache.juneau.uonMethods in org.apache.juneau.uon that return UonSerializer.BuilderModifier and TypeMethodDescriptionUonSerializer.Builder.addBeanTypes()UonSerializer.Builder.addBeanTypes(boolean value) UonSerializer.Builder.addBeanTypesUon()Add"_type" properties when needed.UonSerializer.Builder.addBeanTypesUon(boolean value) Same asaddBeanTypesUon()but allows you to explicitly specify the value.UonSerializer.Builder.addRootType()UonSerializer.Builder.addRootType(boolean value) UonSerializer.Builder.annotations(Annotation... values) UonSerializer.Builder.apply(AnnotationWorkList work) UonSerializer.Builder.applyAnnotations(Class<?>... from) UonSerializer.Builder.applyAnnotations(Object... from) UonSerializer.Builder.beanClassVisibility(Visibility value) UonSerializer.Builder.beanConstructorVisibility(Visibility value) UonSerializer.Builder.beanContext(BeanContext value) UonSerializer.Builder.beanContext(BeanContext.Builder value) UonSerializer.Builder.beanDictionary(Class<?>... values) UonSerializer.Builder.beanFieldVisibility(Visibility value) UonSerializer.Builder.beanInterceptor(Class<?> on, Class<? extends BeanInterceptor<?>> value) UonSerializer.Builder.beanMapPutReturnsOldValue()UonSerializer.Builder.beanMethodVisibility(Visibility value) UonSerializer.Builder.beanProperties(Class<?> beanClass, String properties) UonSerializer.Builder.beanProperties(String beanClassName, String properties) UonSerializer.Builder.beanProperties(Map<String, Object> values) UonSerializer.Builder.beanPropertiesExcludes(Class<?> beanClass, String properties) UonSerializer.Builder.beanPropertiesExcludes(String beanClassName, String properties) UonSerializer.Builder.beanPropertiesExcludes(Map<String, Object> values) UonSerializer.Builder.beanPropertiesReadOnly(Class<?> beanClass, String properties) UonSerializer.Builder.beanPropertiesReadOnly(String beanClassName, String properties) UonSerializer.Builder.beanPropertiesReadOnly(Map<String, Object> values) UonSerializer.Builder.beanPropertiesWriteOnly(Class<?> beanClass, String properties) UonSerializer.Builder.beanPropertiesWriteOnly(String beanClassName, String properties) UonSerializer.Builder.beanPropertiesWriteOnly(Map<String, Object> values) UonSerializer.Builder.beansRequireDefaultConstructor()UonSerializer.Builder.beansRequireSerializable()UonSerializer.Builder.beansRequireSettersForGetters()UonSerializer.Builder.copy()UonSerializer.copy()static UonSerializer.BuilderUonSerializer.create()Creates a new builder for this object.UonSerializer.Builder.debug()UonSerializer.Builder.debug(boolean value) UonSerializer.Builder.detectRecursions()UonSerializer.Builder.detectRecursions(boolean value) UonSerializer.Builder.dictionaryOn(Class<?> on, Class<?>... values) UonSerializer.Builder.disableBeansRequireSomeProperties()UonSerializer.Builder.disableIgnoreMissingSetters()UonSerializer.Builder.disableIgnoreTransientFields()UonSerializer.Builder.disableIgnoreUnknownNullBeanProperties()UonSerializer.Builder.disableInterfaceProxies()UonSerializer.Builder.encoding()Encode non-valid URI characters.UonSerializer.Builder.encoding(boolean value) Same asencoding()but allows you to disable the previous setting.UonSerializer.Builder.fileCharset(Charset value) UonSerializer.Builder.findFluentSetters()UonSerializer.Builder.findFluentSetters(Class<?> on) UonSerializer.Builder.ignoreInvocationExceptionsOnGetters()UonSerializer.Builder.ignoreInvocationExceptionsOnSetters()UonSerializer.Builder.ignoreRecursions()UonSerializer.Builder.ignoreRecursions(boolean value) UonSerializer.Builder.ignoreUnknownBeanProperties()UonSerializer.Builder.ignoreUnknownEnumValues()UonSerializer.Builder.implClasses(Map<Class<?>, Class<?>> values) UonSerializer.Builder.initialDepth(int value) UonSerializer.Builder.interfaceClass(Class<?> on, Class<?> value) UonSerializer.Builder.interfaces(Class<?>... value) UonSerializer.Builder.keepNullProperties()UonSerializer.Builder.keepNullProperties(boolean value) UonSerializer.Builder.listener(Class<? extends SerializerListener> value) UonSerializer.Builder.maxDepth(int value) UonSerializer.Builder.maxIndent(int value) UonSerializer.Builder.notBeanClasses(Class<?>... values) UonSerializer.Builder.notBeanPackages(String... values) UonSerializer.Builder.paramFormat(ParamFormat value) Format to use for query/form-data/header values.UonSerializer.Builder.paramFormatPlain()Format to use for query/form-data/header values.UonSerializer.Builder.propertyNamer(Class<?> on, Class<? extends PropertyNamer> value) UonSerializer.Builder.propertyNamer(Class<? extends PropertyNamer> value) UonSerializer.Builder.quoteChar(char value) UonSerializer.Builder.quoteCharOverride(char value) UonSerializer.Builder.quoteCharUon(char value) Specifies the quote character.UonSerializer.Builder.sortCollections()UonSerializer.Builder.sortCollections(boolean value) UonSerializer.Builder.sortMaps()UonSerializer.Builder.sortMaps(boolean value) UonSerializer.Builder.sortProperties()UonSerializer.Builder.sortProperties(Class<?>... on) UonSerializer.Builder.sq()UonSerializer.Builder.streamCharset(Charset value) <T,S> UonSerializer.Builder UonSerializer.Builder.swap(Class<T> normalClass, Class<S> swappedClass, ThrowingFunction<T, S> swapFunction) <T,S> UonSerializer.Builder UonSerializer.Builder.swap(Class<T> normalClass, Class<S> swappedClass, ThrowingFunction<T, S> swapFunction, ThrowingFunction<S, T> unswapFunction) UonSerializer.Builder.trimEmptyCollections()UonSerializer.Builder.trimEmptyCollections(boolean value) UonSerializer.Builder.trimEmptyMaps()UonSerializer.Builder.trimEmptyMaps(boolean value) UonSerializer.Builder.trimStrings()UonSerializer.Builder.trimStrings(boolean value) UonSerializer.Builder.typePropertyName(Class<?> on, String value) UonSerializer.Builder.typePropertyName(String value) UonSerializer.Builder.uriContext(UriContext value) UonSerializer.Builder.uriRelativity(UriRelativity value) UonSerializer.Builder.uriResolution(UriResolution value) UonSerializer.Builder.useEnumNames()UonSerializer.Builder.useJavaBeanIntrospector()UonSerializer.Builder.useWhitespace()UonSerializer.Builder.useWhitespace(boolean value) UonSerializer.Builder.ws()Constructors in org.apache.juneau.uon with parameters of type UonSerializer.BuilderModifierConstructorDescriptionprotectedBuilder(UonSerializer.Builder copyFrom) Copy constructor.Encoding(UonSerializer.Builder builder) Constructor.Readable(UonSerializer.Builder builder) Constructor.UonSerializer(UonSerializer.Builder builder) Constructor.
- 
Uses of UonSerializer.Builder in org.apache.juneau.uon.annotationMethods in org.apache.juneau.uon.annotation with parameters of type UonSerializer.BuilderModifier and TypeMethodDescriptionvoidUonConfigAnnotation.SerializerApply.apply(AnnotationInfo<UonConfig> ai, UonSerializer.Builder b) 
- 
Uses of UonSerializer.Builder in org.apache.juneau.urlencodingSubclasses of UonSerializer.Builder in org.apache.juneau.urlencoding