A B C D E F G H I J K L M N O P R S T V W X 
All Classes All Packages

A

add(Object, Object, Object, int) - Method in class org.joda.beans.ser.SerIterable
Adds an item to the builder.
alias() - Method in annotation type org.joda.beans.gen.PropertyDefinition
An alternative name for the property.
annotation(Class<A>) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
annotation(Class<A>) - Method in interface org.joda.beans.MetaBean
Gets an annotation from the bean.
annotation(Class<A>) - Method in interface org.joda.beans.MetaProperty
Gets an annotation from the property.
annotations() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
annotations() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
annotations() - Method in interface org.joda.beans.MetaBean
Gets the annotations associated with this bean.
annotations() - Method in interface org.joda.beans.MetaProperty
Gets the annotations of the property.
append(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Sets a property in this bean to the specified value.
array(Class<?>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for an object array.
array(Object[], Class<?>, Class<?>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterator wrapper for an object array.
assertBeanEquals(String, Bean, Bean) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEquals(String, Bean, Bean, double) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEquals(Bean, Bean) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEquals(Bean, Bean, double) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEqualsFullDetail(String, Bean, Bean) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message, with an unlimited number of errors reported.
assertBeanEqualsFullDetail(String, Bean, Bean, double) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message, with an unlimited number of errors reported.
assertBeanEqualsFullDetail(Bean, Bean) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEqualsFullDetail(Bean, Bean, double) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.

B

BasicBean - Class in org.joda.beans.impl
Basic implementation of Bean intended for applications to subclass.
BasicBean() - Constructor for class org.joda.beans.impl.BasicBean
 
BasicBeanBuilder<T extends Bean> - Class in org.joda.beans.impl
Basic implementation of BeanBuilder that wraps a real bean.
BasicBeanBuilder(T) - Constructor for class org.joda.beans.impl.BasicBeanBuilder
Constructs the builder wrapping the target bean.
BasicImmutableBeanBuilder<T extends Bean> - Class in org.joda.beans.impl
Basic implementation of BeanBuilder that wraps a MetaBean.
BasicImmutableBeanBuilder(MetaBean) - Constructor for class org.joda.beans.impl.BasicImmutableBeanBuilder
Constructs the builder.
BasicMetaBean - Class in org.joda.beans.impl
Basic implementation of MetaBean.
BasicMetaBean() - Constructor for class org.joda.beans.impl.BasicMetaBean
 
BasicMetaProperty<P> - Class in org.joda.beans.impl
An abstract base meta-property.
BasicMetaProperty(String) - Constructor for class org.joda.beans.impl.BasicMetaProperty
Constructor.
BasicProperty<P> - Class in org.joda.beans.impl
A property that binds a Bean to a MetaProperty.
BasicPropertyMap - Class in org.joda.beans.impl
A standard map of properties.
bean() - Method in class org.joda.beans.impl.BasicProperty
 
bean() - Method in interface org.joda.beans.Property
Gets the bean which owns this property.
Bean - Interface in org.joda.beans
A bean consisting of a set of properties.
BeanAssert - Class in org.joda.beans.test
Assertion class to compare beans.
BeanBuilder<T extends Bean> - Interface in org.joda.beans
A builder for a bean, providing a safe way to create it.
BeanCodeGen - Class in org.joda.beans.gen
Code generator for the beans.
BeanCodeGen(List<File>, BeanGenConfig, int, boolean) - Constructor for class org.joda.beans.gen.BeanCodeGen
Creates the generator for a single bean.
BeanCodeGenException - Exception in org.joda.beans.gen
Exception thrown by the code generator.
BeanCodeGenException(String, File, int) - Constructor for exception org.joda.beans.gen.BeanCodeGenException
Creates the exception.
BeanCodeGenException(String, Throwable, File) - Constructor for exception org.joda.beans.gen.BeanCodeGenException
Creates the exception.
BeanDefinition - Annotation Type in org.joda.beans.gen
Annotation defining a bean for code generation.
BeanGenConfig - Class in org.joda.beans.gen
Configuration for the code generator.
beanIterator(Bean) - Static method in class org.joda.beans.JodaBeanUtils
Returns an iterator over all the beans contained within the bean.
beanName() - Method in interface org.joda.beans.MetaBean
Gets the bean name, which is normally the fully qualified class name of the bean.
beanType() - Method in interface org.joda.beans.DynamicMetaBean
Get the type of the bean represented as a Class.
beanType() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
beanType() - Method in class org.joda.beans.impl.light.LightMetaBean
 
beanType() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
beanType() - Method in interface org.joda.beans.MetaBean
Get the type of the bean, represented as a Class.
beanType() - Method in interface org.joda.beans.TypedMetaBean
 
biMap(BiMap<?, ?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for BiMap.
biMap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for BiMap.
BINARY - Static variable in class org.joda.beans.ser.JodaBeanMimeType
Mime type for the binary format.
binReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a binary reader that handles both the standard and referencing binary formats.
binWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a binary writer using the standard format.
binWriterReferencing() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a binary writer using the referencing format that typically results in a smaller output.
BufferingBeanBuilder<T extends Bean> - Class in org.joda.beans.impl
Implementation of BeanBuilder that buffers data in a local map.
BufferingBeanBuilder(MetaBean) - Constructor for class org.joda.beans.impl.BufferingBeanBuilder
Constructs the builder wrapping the target bean.
build() - Method in interface org.joda.beans.BeanBuilder
Builds the bean from the state of the builder.
build() - Method in class org.joda.beans.impl.BasicBeanBuilder
 
build() - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
build() - Method in class org.joda.beans.ser.SerIterable
Builds the final collection.
build(Class<?>, BeanBuilder<?>) - Method in class org.joda.beans.ser.DefaultDeserializer
 
build(Class<?>, BeanBuilder<?>) - Method in interface org.joda.beans.ser.SerDeserializer
Builds the resulting object.
builder() - Method in interface org.joda.beans.DynamicMetaBean
Creates a bean builder that can be used to create an instance of this bean.
builder() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
builder() - Method in class org.joda.beans.impl.light.LightMetaBean
 
builder() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
builder() - Method in interface org.joda.beans.MetaBean
Creates a bean builder that can be used to create an instance of this bean.
builder() - Method in interface org.joda.beans.TypedMetaBean
 
builderName() - Method in annotation type org.joda.beans.gen.BeanDefinition
The name of the manual builder class.
builderScope() - Method in annotation type org.joda.beans.gen.BeanDefinition
The scope of the builder class.
builderType() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The exposed type of the property in the builder and associated constructor.

C

cacheHashCode() - Method in annotation type org.joda.beans.gen.BeanDefinition
Whether to generate code to cache the hash code.
category() - Method in class org.joda.beans.ser.SerIterable
Gets the category of iterable.
category() - Method in class org.joda.beans.ser.SerIterator
Gets the category of iterable.
chain(Function<Bean, ? extends Bean>, MetaProperty<P>) - Static method in class org.joda.beans.JodaBeanUtils
Chains a function to a meta-property.
chain(MetaProperty<? extends Bean>, MetaProperty<P>) - Static method in class org.joda.beans.JodaBeanUtils
Chains two meta-properties together.
clear() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
clear() - Method in class org.joda.beans.impl.flexi.FlexiBean
Removes all properties.
clone() - Method in class org.joda.beans.impl.BasicBean
Clones this bean, returning an independent copy.
clone() - Method in class org.joda.beans.impl.direct.DirectBean
 
clone() - Method in class org.joda.beans.impl.flexi.FlexiBean
Clones this bean, returning an independent copy.
clone() - Method in class org.joda.beans.impl.map.MapBean
 
clone(T) - Static method in class org.joda.beans.JodaBeanUtils
Clones a bean.
cloneAlways(T) - Static method in class org.joda.beans.JodaBeanUtils
Clones a bean always.
cloneStyle() - Method in annotation type org.joda.beans.gen.BeanDefinition
The configuration for generating clone methods.
collection(Collection<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterator wrapper for Collection.
COLLECTION - org.joda.beans.ser.SerCategory
Simple collection.
collectionType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the collection content type as a Class from a meta-property.
collectionType(Property<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the collection content type as a Class from a property.
collectionTypeTypes(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map value type generic type parameters as a Class from a meta-property.
CollectSerIteratorFactory - Class in org.joda.beans.ser
Factory used to create wrappers around collection-like objects.
CollectSerIteratorFactory() - Constructor for class org.joda.beans.ser.CollectSerIteratorFactory
 
column() - Method in class org.joda.beans.ser.SerIterator
The column.
columnType() - Method in class org.joda.beans.ser.SerIterable
Gets the type of the column.
columnType() - Method in class org.joda.beans.ser.SerIterator
Gets the type of the column.
COMPACT - Static variable in class org.joda.beans.ser.JodaBeanSer
Obtains the singleton compact instance.
comparator(Function<Bean, ?>, boolean) - Static method in class org.joda.beans.JodaBeanUtils
Obtains a comparator for the specified bean query.
comparatorAscending(Function<Bean, ?>) - Static method in class org.joda.beans.JodaBeanUtils
Obtains an ascending comparator for the specified bean query.
comparatorDescending(Function<Bean, ?>) - Static method in class org.joda.beans.JodaBeanUtils
Obtains an descending comparator for the specified bean query.
constructorScope() - Method in annotation type org.joda.beans.gen.BeanDefinition
The scope of the generated constructor.
contains(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Checks if the bean contains a specific property.
containsKey(Object) - Method in class org.joda.beans.impl.BasicPropertyMap
 
containsKey(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
containsValue(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
copy(Bean, Class<T>) - Static method in class org.joda.beans.JodaBeanUtils
Copies properties from a bean to a different bean type.
copyInto(Bean, MetaBean, BeanBuilder<T>) - Static method in class org.joda.beans.JodaBeanUtils
Copies properties from a bean to a builder, which may be for a different type.
count() - Method in class org.joda.beans.ser.SerIterator
Gets the number of occurrences of this item.
COUNTED - org.joda.beans.ser.SerCategory
Counted collection.
coverBeanEquals(Bean, Bean) - Static method in class org.joda.beans.test.JodaBeanTests
Test a bean equals method for the primary purpose of increasing test coverage.
coverImmutableBean(ImmutableBean) - Static method in class org.joda.beans.test.JodaBeanTests
Test an immutable bean for the primary purpose of increasing test coverage.
coverMutableBean(Bean) - Static method in class org.joda.beans.test.JodaBeanTests
Test a mutable bean for the primary purpose of increasing test coverage.
create(Object, MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.CollectSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
create(Object, MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.GuavaSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
create(Object, MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-property value.
create(Object, MetaProperty<?>, Class<?>, boolean) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createBuilder(Class<?>, MetaBean) - Method in class org.joda.beans.ser.DefaultDeserializer
 
createBuilder(Class<?>, MetaBean) - Method in interface org.joda.beans.ser.SerDeserializer
Creates the stateful builder that captures state as the parse progresses.
createChild(Object, SerIterator) - Method in class org.joda.beans.ser.CollectSerIteratorFactory
Creates an iterator wrapper for a value retrieved from a parent iterator.
createChild(Object, SerIterator) - Method in class org.joda.beans.ser.GuavaSerIteratorFactory
Creates an iterator wrapper for a value retrieved from a parent iterator.
createChild(Object, SerIterator) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a value retrieved from a parent iterator.
createFromArgs(String[]) - Static method in class org.joda.beans.gen.BeanCodeGen
Creates an instance of BeanCodeGen from arguments.
createIterable(String, JodaBeanSer, Map<String, Class<?>>) - Method in class org.joda.beans.ser.CollectSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(String, JodaBeanSer, Map<String, Class<?>>) - Method in class org.joda.beans.ser.GuavaSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(String, JodaBeanSer, Map<String, Class<?>>) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-type description.
createIterable(MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.CollectSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.GuavaSerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(MetaProperty<?>, Class<?>, boolean) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createIterable(SerIterable) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a child where there are second level generic parameters.
createProperty(Bean) - Method in interface org.joda.beans.MetaProperty
Creates a property that binds this meta-property to a specific bean.

D

declaringType() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
declaringType() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
declaringType() - Method in interface org.joda.beans.MetaProperty
Get the type that declares the property, represented as a Class.
decodeType(String, JodaBeanSer, String, Map<String, Class<?>>) - Static method in class org.joda.beans.ser.SerTypeMapper
Decodes a class, throwing an exception if not found.
decodeType(String, JodaBeanSer, String, Map<String, Class<?>>, Class<?>) - Method in class org.joda.beans.ser.SerDeserializers
Decodes the type
decodeType(String, JodaBeanSer, String, Map<String, Class<?>>, Class<?>) - Static method in class org.joda.beans.ser.SerTypeMapper
Decodes a class, returning a default if not found.
DefaultDeserializer - Class in org.joda.beans.ser
Default deserializer that expects the input to match the current classpath beans.
DefaultDeserializer() - Constructor for class org.joda.beans.ser.DefaultDeserializer
Creates an instance.
defaultToObjectClass(Class<?>) - Method in class org.joda.beans.ser.SerIteratorFactory
Defaults input class to Object class.
DERIVED - org.joda.beans.PropertyStyle
The property is derived.
DerivedProperty - Annotation Type in org.joda.beans.gen
Annotation defining a derived property accessor for code generation.
dimensions(int[]) - Method in class org.joda.beans.ser.SerIterable
Sets the dimensions of the wrapped collection.
dimensionSize(int) - Method in class org.joda.beans.ser.SerIterator
Gets the size of one dimension of the wrapped collection.
DirectBean - Class in org.joda.beans.impl.direct
A bean implementation designed for use by the code generator.
DirectBean() - Constructor for class org.joda.beans.impl.direct.DirectBean
 
DirectBeanBuilder<T extends Bean> - Class in org.joda.beans.impl.direct
A builder implementation designed for use by the code generator.
DirectBeanBuilder(T) - Constructor for class org.joda.beans.impl.direct.DirectBeanBuilder
Constructs the builder wrapping the target bean.
DirectFieldsBeanBuilder<T extends Bean> - Class in org.joda.beans.impl.direct
A builder implementation designed for use by the code generator.
DirectFieldsBeanBuilder() - Constructor for class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
Constructs the builder.
DirectMetaBean - Class in org.joda.beans.impl.direct
A meta-bean implementation designed for use by the code generator.
DirectMetaBean() - Constructor for class org.joda.beans.impl.direct.DirectMetaBean
 
DirectMetaProperty<P> - Class in org.joda.beans.impl.direct
A meta-property implementation designed for use by the code generator.
DirectMetaPropertyMap - Class in org.joda.beans.impl.direct
A map of name to meta-property designed for use by the code generator.
DirectMetaPropertyMap(DirectMetaBean, DirectMetaPropertyMap, String...) - Constructor for class org.joda.beans.impl.direct.DirectMetaPropertyMap
Constructor.
DirectPrivateBeanBuilder<T extends Bean> - Class in org.joda.beans.impl.direct
A builder implementation designed for use by the code generator.
DirectPrivateBeanBuilder() - Constructor for class org.joda.beans.impl.direct.DirectPrivateBeanBuilder
Constructs the builder.
DynamicBean - Interface in org.joda.beans
A dynamic bean that allows properties to be added and removed.
DynamicMetaBean - Interface in org.joda.beans
A dynamic meta-bean which works with DynamicBean.

E

EMPTY_VALUE_TYPES - Static variable in class org.joda.beans.ser.SerIteratorFactory
An empty list of classes.
encodeType(Class<?>, JodaBeanSer, String, Map<Class<?>, String>) - Static method in class org.joda.beans.ser.SerTypeMapper
Encodes a basic class.
entrySet() - Method in class org.joda.beans.impl.BasicPropertyMap
 
entrySet() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
equal(double, double) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two doubles are equal based on identity.
equal(float, float) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two floats are equal based on identity.
equal(Object, Object) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two objects are equal handling null.
equalIgnoring(Bean, Bean, MetaProperty<?>...) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two beans are equal ignoring one or more properties.
equals(Object) - Method in class org.joda.beans.impl.BasicBean
Checks if this bean equals another.
equals(Object) - Method in class org.joda.beans.impl.BasicMetaProperty
 
equals(Object) - Method in class org.joda.beans.impl.BasicProperty
 
equals(Object) - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
equals(Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Compares this bean to another based on the property names and content.
equals(Object) - Method in class org.joda.beans.impl.light.LightMetaBean
 
equals(Object) - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
equals(Object) - Method in interface org.joda.beans.MetaProperty
Checks if this meta-property equals another.
equals(Object) - Method in interface org.joda.beans.Property
Checks if this property equals another.
equalsHashCodeStyle() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The configuration for equals and hash code.
equalWithTolerance(double, double, double) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two doubles are equal within the specified tolerance.
equalWithTolerance(float, float, double) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two floats are equal within the specified tolerance.
extractType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.ser.SerOptional
Extracts the value of the property from a bean, unwrapping any optional.
extractTypeClass(MetaProperty<?>, Class<?>, int, int) - Static method in class org.joda.beans.JodaBeanUtils
Low-level method to extract generic type information.
extractValue(MetaProperty<?>, Bean) - Static method in class org.joda.beans.ser.SerOptional
Extracts the value of the property from a bean, unwrapping any optional.

F

factoryName() - Method in annotation type org.joda.beans.gen.BeanDefinition
The name of the factory method.
findDeserializer(Class<?>) - Method in interface org.joda.beans.ser.SerDeserializerProvider
Finds the deserializer for the specified type.
findDeserializer(Class<?>) - Method in class org.joda.beans.ser.SerDeserializers
Finds the deserializer for the specified type.
findMetaBean(Class<?>) - Method in interface org.joda.beans.MetaBeanProvider
Returns the meta bean for the class or null if no meta bean can be found.
findMetaBean(Class<?>) - Method in class org.joda.beans.ser.DefaultDeserializer
 
findMetaBean(Class<?>) - Method in interface org.joda.beans.ser.SerDeserializer
Lookup the meta-bean for the specified type.
findMetaProperty(Class<?>, MetaBean, String) - Method in class org.joda.beans.ser.DefaultDeserializer
 
findMetaProperty(Class<?>, MetaBean, String) - Method in interface org.joda.beans.ser.SerDeserializer
Lookup the meta-property for the specified property name.
flatten() - Method in class org.joda.beans.impl.BasicPropertyMap
Flattens the contents of this property map to a Map.
flatten(Bean) - Static method in class org.joda.beans.JodaBeanUtils
Flattens a bean to a Map.
FlexiBean - Class in org.joda.beans.impl.flexi
Implementation of a fully dynamic Bean.
FlexiBean() - Constructor for class org.joda.beans.impl.flexi.FlexiBean
Constructor.
FlexiBean(FlexiBean) - Constructor for class org.joda.beans.impl.flexi.FlexiBean
Constructor that copies all the data entries from the specified bean.

G

get() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The style of the method used to query the property.
get() - Method in interface org.joda.beans.Property
Gets the value of the property for the associated bean.
get(Object) - Method in class org.joda.beans.impl.BasicPropertyMap
 
get(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
get(String) - Method in interface org.joda.beans.BeanBuilder
Gets the value of a single property previously added to the builder.
get(String) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
get(String) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
get(String) - Method in class org.joda.beans.impl.BufferingBeanBuilder
Gets the buffered value associated with the specified property name.
get(String) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
get(String) - Method in class org.joda.beans.impl.direct.DirectPrivateBeanBuilder
 
get(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property.
get(String, Class<T>) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property cast to a specific type.
get(Bean) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
get(Bean) - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
get(Bean) - Method in interface org.joda.beans.MetaProperty
Gets the value of the property for the specified bean.
get(MetaProperty<P>) - Method in interface org.joda.beans.BeanBuilder
Gets the value of a single property previously added to the builder.
get(MetaProperty<P>) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
get(MetaProperty<P>) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
get(MetaProperty<P>) - Method in class org.joda.beans.impl.BufferingBeanBuilder
Gets the buffered value associated with the specified property name.
get(MetaProperty<P>) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
get(MetaProperty<P>) - Method in class org.joda.beans.impl.direct.DirectPrivateBeanBuilder
 
getBoolean(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a boolean.
getBuffer() - Method in class org.joda.beans.impl.BufferingBeanBuilder
Gets the buffer holding the state of the builder.
getBuilderGenerators() - Method in class org.joda.beans.gen.BeanGenConfig
The builder generators.
getBuilderTypes() - Method in class org.joda.beans.gen.BeanGenConfig
The builder types.
getConverter() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the string converter.
getCopyGenerators() - Method in class org.joda.beans.gen.BeanGenConfig
The copy generators.
getDefaultStyle() - Method in class org.joda.beans.gen.BeanGenConfig
Gets the default style to use.
getDeserializers() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the deserializers.
getDeserializers() - Method in class org.joda.beans.ser.SerDeserializers
Gets the map of deserializers which can be modified.
getDouble(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a double.
getDouble(String, double) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a double using a default value.
getEol() - Method in class org.joda.beans.gen.BeanGenConfig
Gets the end of line separator to use.
getFile() - Method in exception org.joda.beans.gen.BeanCodeGenException
Gets the line number.
getImmutableGetClones() - Method in class org.joda.beans.gen.BeanGenConfig
The builder types.
getImmutableVarArgs() - Method in class org.joda.beans.gen.BeanGenConfig
The builder varargs code.
getIndent() - Method in class org.joda.beans.gen.BeanGenConfig
Gets the indent to use.
getIndent() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the pretty print indent.
getInt(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a int.
getInt(String, int) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a int using a default value.
getInvalidImmutableTypes() - Method in class org.joda.beans.gen.BeanGenConfig
The invalid immutable types.
getIteratorFactory() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the iterator factory.
getLine() - Method in exception org.joda.beans.gen.BeanCodeGenException
Gets the line number.
getLong(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a long.
getLong(String, long) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a long using a default value.
getMetaBean() - Method in class org.joda.beans.impl.BufferingBeanBuilder
Gets the meta-beans.
getNewLine() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the new line string.
getPrefix() - Method in class org.joda.beans.gen.BeanGenConfig
Gets the prefix to use.
getString(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property as a String.
getString(Bean) - Method in interface org.joda.beans.MetaProperty
Gets the value of the property for the specified bean converted to a string.
getString(Bean, StringConvert) - Method in interface org.joda.beans.MetaProperty
Gets the value of the property for the specified bean converted to a string.
getTargetBean() - Method in class org.joda.beans.impl.BasicBeanBuilder
Gets the target bean.
grid(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.CollectSerIteratorFactory
Gets an iterable wrapper for Grid.
grid(Grid<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.CollectSerIteratorFactory
Gets an iterator wrapper for Grid.
GRID - org.joda.beans.ser.SerCategory
Grid.
GuavaSerIteratorFactory - Class in org.joda.beans.ser
Guava factory used to create wrappers around collection-like objects.
GuavaSerIteratorFactory() - Constructor for class org.joda.beans.ser.GuavaSerIteratorFactory
 

H

hashCode() - Method in class org.joda.beans.impl.BasicBean
Returns a suitable hash code.
hashCode() - Method in class org.joda.beans.impl.BasicMetaProperty
 
hashCode() - Method in class org.joda.beans.impl.BasicProperty
 
hashCode() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
hashCode() - Method in class org.joda.beans.impl.flexi.FlexiBean
Returns a suitable hash code.
hashCode() - Method in class org.joda.beans.impl.light.LightMetaBean
 
hashCode() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
hashCode() - Method in interface org.joda.beans.MetaProperty
Returns a suitable hash code.
hashCode() - Method in interface org.joda.beans.Property
Returns a suitable hash code.
hashCode(boolean) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a boolean.
hashCode(double) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a double.
hashCode(float) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a float.
hashCode(int) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for an int.
hashCode(long) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a long.
hashCode(Object) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for an object handling null.
hasNext() - Method in class org.joda.beans.ser.SerIterator
Checks if there is a next item.
hierarchy() - Method in annotation type org.joda.beans.gen.BeanDefinition
Information about the bean hierarchy.

I

IMMUTABLE - org.joda.beans.PropertyStyle
The property is immutable.
ImmutableBean - Interface in org.joda.beans
An immutable bean consisting of a set of properties.
ImmutableConstructor - Annotation Type in org.joda.beans.gen
Annotation defining which constructor is to be used to create the object in for code generation of immutable beans.
ImmutableDefaults - Annotation Type in org.joda.beans.gen
Annotation defining which method is to be used to apply the default property values when code generating immutable beans.
immutableList(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for ImmutableList.
ImmutablePreBuild - Annotation Type in org.joda.beans.gen
Annotation defining a method that is to be called just before a code generated immutable bean is built.
immutableSet(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for ImmutableSet.
immutableSortedSet(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for ImmutableSortedSet.
ImmutableValidator - Annotation Type in org.joda.beans.gen
Annotation defining which method is to be used to validate the bean when code generating immutable beans.
INSTANCE - Static variable in class org.joda.beans.ser.DefaultDeserializer
Singleton.
INSTANCE - Static variable in class org.joda.beans.ser.SerDeserializers
Shared global instance which can be mutated.
INSTANCE - Static variable in class org.joda.beans.ser.SerIteratorFactory
Singleton instance.
isBuildable() - Method in class org.joda.beans.impl.direct.DirectMetaBean
 
isBuildable() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
isBuildable() - Method in class org.joda.beans.impl.light.LightMetaBean
 
isBuildable() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
isBuildable() - Method in interface org.joda.beans.MetaBean
Checks whether this bean is buildable or not.
isBuildable() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property can be used in the builder.
isDerived() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property is derived.
isEmpty() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
isGeneratedAnno() - Method in class org.joda.beans.gen.BeanGenConfig
Gets whether to add the generated annotation.
isIncludeDerived() - Method in class org.joda.beans.ser.JodaBeanSer
Gets the include derived flag.
isKnownFormat(byte[]) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Checks if the input is a serialized Joda-Bean.
isKnownFormat(InputStream) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Checks if the input is a serialized Joda-Bean.
isReadable() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property is readable.
isReadOnly() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property is read-only.
isSerializable() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property can be serialized in a round-trip.
isSerialized(MetaProperty<?>) - Method in class org.joda.beans.ser.JodaBeanSer
Checks if the property is serialized.
isShortTypes() - Method in class org.joda.beans.ser.JodaBeanSer
Gets whether to use short types.
isWritable() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property is writable.
iterator() - Method in class org.joda.beans.ser.SerIterable
Obtains an iterator over the data.

J

JodaBeanBinReader - Class in org.joda.beans.ser.bin
Provides the ability for a Joda-Bean to read from binary formats.
JodaBeanBinReader(JodaBeanSer) - Constructor for class org.joda.beans.ser.bin.JodaBeanBinReader
Creates an instance.
JodaBeanBinWriter - Class in org.joda.beans.ser.bin
Provides the ability for a Joda-Bean to be written to a binary format.
JodaBeanBinWriter(JodaBeanSer) - Constructor for class org.joda.beans.ser.bin.JodaBeanBinWriter
Creates an instance.
JodaBeanBinWriter(JodaBeanSer, boolean) - Constructor for class org.joda.beans.ser.bin.JodaBeanBinWriter
Creates an instance.
JodaBeanJsonReader - Class in org.joda.beans.ser.json
Provides the ability for a Joda-Bean to read from JSON.
JodaBeanJsonReader(JodaBeanSer) - Constructor for class org.joda.beans.ser.json.JodaBeanJsonReader
Creates an instance.
JodaBeanJsonWriter - Class in org.joda.beans.ser.json
Provides the ability for a Joda-Bean to be written to JSON.
JodaBeanJsonWriter(JodaBeanSer) - Constructor for class org.joda.beans.ser.json.JodaBeanJsonWriter
Creates an instance.
JodaBeanMimeType - Class in org.joda.beans.ser
Provides mime types for Joda-Beans.
JodaBeanSer - Class in org.joda.beans.ser
Provides the ability for a Joda-Bean to be serialized.
JodaBeanSimpleJsonReader - Class in org.joda.beans.ser.json
Provides the ability for a Joda-Bean to read from JSON.
JodaBeanSimpleJsonReader(JodaBeanSer) - Constructor for class org.joda.beans.ser.json.JodaBeanSimpleJsonReader
Creates an instance.
JodaBeanSimpleJsonWriter - Class in org.joda.beans.ser.json
Provides the ability for a Joda-Bean to be written to a simple JSON format.
JodaBeanSimpleJsonWriter(JodaBeanSer) - Constructor for class org.joda.beans.ser.json.JodaBeanSimpleJsonWriter
Creates an instance.
JodaBeanSimpleMapReader - Class in org.joda.beans.ser.map
Provides the ability for a Joda-Bean to read from a JSON-like in memory Map.
JodaBeanSimpleMapReader(JodaBeanSer) - Constructor for class org.joda.beans.ser.map.JodaBeanSimpleMapReader
Creates an instance.
JodaBeanSimpleMapWriter - Class in org.joda.beans.ser.map
Provides the ability for a Joda-Bean to be written to a JSON-like in memory Map.
JodaBeanSimpleMapWriter(JodaBeanSer) - Constructor for class org.joda.beans.ser.map.JodaBeanSimpleMapWriter
Creates an instance.
JodaBeanSmartReader - Class in org.joda.beans.ser
Determines the correct file format and parses it appropriately.
JodaBeanTests - Class in org.joda.beans.test
A utility class to assist with testing beans.
JodaBeanTests() - Constructor for class org.joda.beans.test.JodaBeanTests
 
JodaBeanUtils - Class in org.joda.beans
A set of utilities to assist when working with beans and properties.
JodaBeanXmlReader - Class in org.joda.beans.ser.xml
Provides the ability for a Joda-Bean to read from XML.
JodaBeanXmlReader(JodaBeanSer) - Constructor for class org.joda.beans.ser.xml.JodaBeanXmlReader
Creates an instance.
JodaBeanXmlWriter - Class in org.joda.beans.ser.xml
Provides the ability for a Joda-Bean to be written to XML.
JodaBeanXmlWriter(JodaBeanSer) - Constructor for class org.joda.beans.ser.xml.JodaBeanXmlWriter
Creates an instance.
JodaBeanXmlWriter(JodaBeanSer, StringBuilder) - Constructor for class org.joda.beans.ser.xml.JodaBeanXmlWriter
Creates an instance.
JSON - Static variable in class org.joda.beans.ser.JodaBeanMimeType
Mime type for the JSON format.
jsonReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a JSON reader.
jsonWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a JSON writer.

K

key() - Method in class org.joda.beans.ser.SerIterator
The key.
keySet() - Method in class org.joda.beans.impl.BasicPropertyMap
 
keySet() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
keyType() - Method in class org.joda.beans.ser.SerIterable
Gets the type of the key.
keyType() - Method in class org.joda.beans.ser.SerIterator
Gets the type of the key.

L

LENIENT - Static variable in class org.joda.beans.ser.SerDeserializers
Lenient instance which can be mutated.
LightMetaBean<T extends Bean> - Class in org.joda.beans.impl.light
A meta-bean implementation that operates using method handles.
list(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for List.
listMultimap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for ListMultimap.

M

main(String[]) - Static method in class org.joda.beans.gen.BeanCodeGen
Main method.
map(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for Map.
map(Map<?, ?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterator wrapper for Map.
MAP - org.joda.beans.ser.SerCategory
Map.
MapBean - Class in org.joda.beans.impl.map
Implementation of a fully dynamic Bean based on an exposed Map.
MapBean() - Constructor for class org.joda.beans.impl.map.MapBean
Creates an instance.
mapKeyType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map key type as a Class from a meta-property.
mapKeyType(Property<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map key type as a Class from a meta-property.
mapValueType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map value type as a Class from a meta-property.
mapValueType(Property<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map value type as a Class from a meta-property.
mapValueTypeTypes(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map value type generic type parameters as a Class from a meta-property.
meta() - Static method in class org.joda.beans.impl.flexi.FlexiBean
Creates a standalone meta-bean.
meta() - Static method in class org.joda.beans.impl.map.MapBean
Creates a standalone meta-bean.
metaBean() - Method in interface org.joda.beans.Bean
Gets the meta-bean representing the parts of the bean that are common across all instances, such as the set of meta-properties.
metaBean() - Method in interface org.joda.beans.DynamicBean
Gets the meta-bean representing the parts of the bean that are common across all instances, such as the set of meta-properties.
metaBean() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
metaBean() - Method in class org.joda.beans.impl.flexi.FlexiBean
 
metaBean() - Method in class org.joda.beans.impl.map.MapBean
 
metaBean() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
metaBean() - Method in interface org.joda.beans.MetaProperty
Gets the meta-bean which owns this meta-property.
metaBean(Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Deprecated.
MetaBean - Interface in org.joda.beans
A meta-bean, defining those aspects of a bean which are not specific to a particular instance, such as the type and set of meta-properties.
MetaBeanProvider - Interface in org.joda.beans
A provider of MetaBean instances for bean classes.
metaImplements() - Method in annotation type org.joda.beans.gen.BeanDefinition
The interfaces to add to the meta-bean class declaration.
metaProperty() - Method in class org.joda.beans.impl.BasicProperty
 
metaProperty() - Method in interface org.joda.beans.Property
Gets the meta-property representing the parts of the property that are common across all instances, such as the name.
metaProperty(String) - Method in interface org.joda.beans.DynamicMetaBean
Gets a meta-property by name.
metaProperty(String) - Method in class org.joda.beans.impl.direct.DirectMetaBean
 
metaProperty(String) - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
metaProperty(String) - Method in class org.joda.beans.impl.light.LightMetaBean
 
metaProperty(String) - Method in interface org.joda.beans.MetaBean
Gets a meta-property by name.
MetaProperty<P> - Interface in org.joda.beans
A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
metaPropertyCount() - Method in interface org.joda.beans.MetaBean
Counts the number of properties.
metaPropertyDefine(String, Class<?>) - Method in interface org.joda.beans.DynamicMetaBean
Defines a property for the bean.
metaPropertyExists(String) - Method in interface org.joda.beans.MetaBean
Checks if a property exists.
metaPropertyGet(String) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Gets the meta-property by name.
metaPropertyIterable() - Method in interface org.joda.beans.MetaBean
Gets an iterator of meta-properties.
metaPropertyMap() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
 
metaPropertyMap() - Method in class org.joda.beans.impl.light.LightMetaBean
 
metaPropertyMap() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
metaPropertyMap() - Method in interface org.joda.beans.MetaBean
Gets the map of meta-properties, keyed by property name.
metaPropertyRemove(String) - Method in interface org.joda.beans.DynamicMetaBean
Removes a property by name.
MetaProvider - Annotation Type in org.joda.beans
Specifies the type of the MetaBeanProvider that can provide a MetaBean for the annotated type.
metaScope() - Method in annotation type org.joda.beans.gen.BeanDefinition
The scope of the meta-bean class.
metaTypeName() - Method in class org.joda.beans.ser.SerIterator
Gets the meta type of the underlying.
metaTypeRequired() - Method in class org.joda.beans.ser.SerIterator
Checks if the meta type of the underlying is required.
MinimalMetaBean<T extends Bean> - Class in org.joda.beans.impl.direct
A meta-bean implementation designed for use by the code generator.
multimap(Multimap<?, ?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Multimap.
multiset(Multiset<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Multiset.
multiset(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for Multiset.

N

name() - Method in class org.joda.beans.impl.BasicMetaProperty
 
name() - Method in interface org.joda.beans.MetaProperty
Gets the property name.
name() - Method in interface org.joda.beans.Property
Gets the property name.
navigableMap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for NavigableMap.
navigableSet(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for NavigableSet.
next() - Method in class org.joda.beans.ser.SerIterator
Advances to the next item.
notBlank(String, String) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the value is not blank, throwing an exception if it is.
notEmpty(String, String) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the value is not empty, throwing an exception if it is.
notEmpty(Collection<?>, String) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the collection value is not empty, throwing an exception if it is.
notEmpty(Map<?, ?>, String) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the map value is not empty, throwing an exception if it is.
notNull(Object, String) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the value is not null, throwing an exception if it is.

O

of(Class<?>) - Static method in interface org.joda.beans.MetaBean
Obtains a meta-bean from a Class.
of(Class<B>) - Static method in class org.joda.beans.impl.light.LightMetaBean
Deprecated.
Use method handles version of this method
of(Class<B>, MethodHandles.Lookup) - Static method in class org.joda.beans.impl.light.LightMetaBean
Obtains an instance of the meta-bean using standard default values.
of(Class<B>, MethodHandles.Lookup, Object...) - Static method in class org.joda.beans.impl.light.LightMetaBean
Deprecated.
Use version with field names, because no way to determine order of fields by reflection
of(Class<B>, MethodHandles.Lookup, String[], Object...) - Static method in class org.joda.beans.impl.light.LightMetaBean
Obtains an instance of the meta-bean specifying default values.
of(Class<B>, String...) - Static method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
Create a meta-bean and meta properties.
of(Class<B>, String[], Supplier<BeanBuilder<B>>, Function<B, Object>...) - Static method in class org.joda.beans.impl.direct.MinimalMetaBean
Obtains an instance of the meta-bean for immutable beans.
of(Class<B>, String[], Supplier<BeanBuilder<B>>, List<Function<B, Object>>, List<BiConsumer<B, Object>>) - Static method in class org.joda.beans.impl.direct.MinimalMetaBean
Obtains an instance of the meta-bean for mutable beans.
of(Class<B>, Supplier<BeanBuilder<B>>, Function<B, Object>...) - Static method in class org.joda.beans.impl.direct.MinimalMetaBean
Deprecated.
Use version that takes the field names
of(Class<B>, Supplier<BeanBuilder<B>>, List<Function<B, Object>>, List<BiConsumer<B, Object>>) - Static method in class org.joda.beans.impl.direct.MinimalMetaBean
Deprecated.
Use version that takes the field names
of(String, MetaBean, Class<R>) - Static method in class org.joda.beans.impl.StandaloneMetaProperty
Creates a non-generified property.
of(String, MetaBean, Class<R>, Type) - Static method in class org.joda.beans.impl.StandaloneMetaProperty
Creates a property.
of(Bean) - Static method in class org.joda.beans.impl.BasicPropertyMap
Factory to create a property map avoiding duplicate generics.
of(Bean, MetaProperty<P>) - Static method in class org.joda.beans.impl.BasicProperty
Factory to create a property avoiding duplicate generics.
of(MetaBean) - Static method in class org.joda.beans.impl.BufferingBeanBuilder
Constructs the builder wrapping the target bean.
ofDerived(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create a derived read-only meta-property avoiding duplicate generics.
ofImmutable(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create an imutable meta-property avoiding duplicate generics.
ofReadOnly(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create a read-only meta-property avoiding duplicate generics.
ofReadOnlyBuildable(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create a buildable read-only meta-property avoiding duplicate generics.
ofReadWrite(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create a read-write meta-property avoiding duplicate generics.
ofWriteOnly(MetaBean, String, Class<?>, Class<P>) - Static method in class org.joda.beans.impl.direct.DirectMetaProperty
Factory to create a write-only meta-property avoiding duplicate generics.
org.joda.beans - package org.joda.beans
Base interfaces and annotations defining Joda-Beans.
org.joda.beans.gen - package org.joda.beans.gen
Code generator for Joda-Beans.
org.joda.beans.impl - package org.joda.beans.impl
Base implementations of Joda-Bean interfaces.
org.joda.beans.impl.direct - package org.joda.beans.impl.direct
Implementation of Joda-Beans designed for extension by the code generator.
org.joda.beans.impl.flexi - package org.joda.beans.impl.flexi
Implementation of Joda-Beans as a flexible map of data.
org.joda.beans.impl.light - package org.joda.beans.impl.light
Implementation of light immutable Joda-Beans.
org.joda.beans.impl.map - package org.joda.beans.impl.map
Implementation of Joda-Beans extending a map.
org.joda.beans.impl.reflection - package org.joda.beans.impl.reflection
Implementation of Joda-Beans using reflection.
org.joda.beans.ser - package org.joda.beans.ser
Serialization of Joda-Beans.
org.joda.beans.ser.bin - package org.joda.beans.ser.bin
Serialization of Joda-Beans using a binary format.
org.joda.beans.ser.json - package org.joda.beans.ser.json
Serialization of Joda-Beans using JSON.
org.joda.beans.ser.map - package org.joda.beans.ser.map
Serialization of Joda-Beans to/from an in-memory Map.
org.joda.beans.ser.xml - package org.joda.beans.ser.xml
Serialization of Joda-Beans using XML.
org.joda.beans.test - package org.joda.beans.test
Utility to assist with testing and comparing Joda-Beans.
overrideGet() - Method in annotation type org.joda.beans.gen.PropertyDefinition
Whether the generated getter should be declared with the Override annotation.
overrideSet() - Method in annotation type org.joda.beans.gen.PropertyDefinition
Whether the generated setter should be declared with the Override annotation.

P

parse(String) - Static method in class org.joda.beans.gen.BeanGenConfig
Parses the configuration file.
PRETTY - Static variable in class org.joda.beans.ser.JodaBeanSer
Obtains the singleton pretty-printing instance.
process() - Method in class org.joda.beans.gen.BeanCodeGen
Processes the file, recursing as necessary, generating the source code.
processFiles() - Method in class org.joda.beans.gen.BeanCodeGen
Processes the file, recursing as necessary, generating the source code.
propertiesEqual(Bean, Bean) - Static method in class org.joda.beans.JodaBeanUtils
Checks if the two beans have the same set of properties.
propertiesHashCode(Bean) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code based on the set of properties on a bean.
propertiesToString(Bean, String) - Static method in class org.joda.beans.JodaBeanUtils
Returns a string describing the set of properties on a bean.
property(String) - Method in interface org.joda.beans.Bean
Gets a property by name.
property(String) - Method in interface org.joda.beans.DynamicBean
Gets a property by name.
property(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
 
property(String) - Method in class org.joda.beans.impl.map.MapBean
 
Property<P> - Interface in org.joda.beans
A property that is linked to a specific bean.
propertyDefine(String, Class<?>) - Method in interface org.joda.beans.DynamicBean
Adds a property to those allowed to be stored in the bean.
propertyDefine(String, Class<?>) - Method in class org.joda.beans.impl.flexi.FlexiBean
 
propertyDefine(String, Class<?>) - Method in class org.joda.beans.impl.map.MapBean
 
PropertyDefinition - Annotation Type in org.joda.beans.gen
Annotation defining a property for code generation.
propertyExists(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Checks if the property exists.
propertyGenericType() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
propertyGenericType() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
propertyGenericType() - Method in interface org.joda.beans.MetaProperty
Gets the generic types of the property.
propertyGet(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property.
propertyGet(Bean, String, boolean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Gets the value of the property.
propertyNames() - Method in interface org.joda.beans.Bean
Gets the set of property names.
propertyNames() - Method in class org.joda.beans.impl.flexi.FlexiBean
 
propertyNames() - Method in class org.joda.beans.impl.map.MapBean
 
propertyRemove(String) - Method in interface org.joda.beans.DynamicBean
Removes a property by name.
propertyRemove(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
 
propertyRemove(String) - Method in class org.joda.beans.impl.map.MapBean
 
propertySet(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Sets the value of the property.
propertySet(Bean, String, Object, boolean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Sets the value of the property.
PropertyStyle - Enum in org.joda.beans
An enumeration of property styles.
propertyType() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
propertyType() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
propertyType() - Method in interface org.joda.beans.MetaProperty
Get the type of the property represented as a Class.
put(Object) - Method in interface org.joda.beans.Property
Sets the value of the property on the associated bean and returns the previous value.
put(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Sets a property in this bean to the specified value.
put(String, MetaProperty<?>) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
put(Bean, Object) - Method in interface org.joda.beans.MetaProperty
Sets the value of the property on the associated bean and returns the previous value.
putAll(Map<? extends String, ? extends MetaProperty<?>>) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
putAll(Map<String, ? extends Object>) - Method in class org.joda.beans.impl.flexi.FlexiBean
Puts the properties in the specified map into this bean.
putAll(FlexiBean) - Method in class org.joda.beans.impl.flexi.FlexiBean
Puts the properties in the specified bean into this bean.

R

read(byte[]) - Method in class org.joda.beans.ser.bin.JodaBeanBinReader
Reads and parses to a bean.
read(byte[]) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Reads and parses to a bean.
read(byte[], Class<T>) - Method in class org.joda.beans.ser.bin.JodaBeanBinReader
Reads and parses to a bean.
read(byte[], Class<T>) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Reads and parses to a bean.
read(InputStream) - Method in class org.joda.beans.ser.bin.JodaBeanBinReader
Reads and parses to a bean.
read(InputStream) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Reads and parses to a bean.
read(InputStream) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(InputStream, Class<T>) - Method in class org.joda.beans.ser.bin.JodaBeanBinReader
Reads and parses to a bean.
read(InputStream, Class<T>) - Method in class org.joda.beans.ser.JodaBeanSmartReader
Reads and parses to a bean.
read(InputStream, Class<T>) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(Reader) - Method in class org.joda.beans.ser.json.JodaBeanJsonReader
Reads and parses to a bean.
read(Reader) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(Reader, Class<T>) - Method in class org.joda.beans.ser.json.JodaBeanJsonReader
Reads and parses to a bean.
read(Reader, Class<T>) - Method in class org.joda.beans.ser.json.JodaBeanSimpleJsonReader
Reads and parses to a bean.
read(Reader, Class<T>) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(String) - Method in class org.joda.beans.ser.json.JodaBeanJsonReader
Reads and parses to a bean.
read(String) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(String, Class<T>) - Method in class org.joda.beans.ser.json.JodaBeanJsonReader
Reads and parses to a bean.
read(String, Class<T>) - Method in class org.joda.beans.ser.json.JodaBeanSimpleJsonReader
Reads and parses to a bean.
read(String, Class<T>) - Method in class org.joda.beans.ser.xml.JodaBeanXmlReader
Reads and parses to a bean.
read(Map<String, Object>, Class<T>) - Method in class org.joda.beans.ser.map.JodaBeanSimpleMapReader
Reads and parses to a bean.
READ_ONLY - org.joda.beans.PropertyStyle
The property is read-only.
READ_ONLY_BUILDABLE - org.joda.beans.PropertyStyle
The property is read-only but can be written via the builder.
READ_WRITE - org.joda.beans.PropertyStyle
The property can be read and written.
ReflectiveMetaBean<T extends Bean> - Class in org.joda.beans.impl.reflection
A meta-bean implementation that uses reflection.
register(Class<?>, SerDeserializer) - Method in class org.joda.beans.ser.SerDeserializers
Adds the deserializer to be used for the specified type.
register(MetaBean) - Static method in interface org.joda.beans.MetaBean
Registers a meta-bean.
registerMetaBean(MetaBean) - Static method in class org.joda.beans.JodaBeanUtils
registerProvider(SerDeserializerProvider) - Method in class org.joda.beans.ser.SerDeserializers
Adds the deserializer provider to be used.
remove(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
remove(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Removes a property.

S

SerCategory - Enum in org.joda.beans.ser
Defines the type of the iterable.
SerDeserializer - Interface in org.joda.beans.ser
Assists with deserialization allowing migration of data from an old data format to a new one.
SerDeserializerProvider - Interface in org.joda.beans.ser
Provides access to deserializers.
SerDeserializers - Class in org.joda.beans.ser
Manages a map of deserializers that assist with data migration.
SerDeserializers() - Constructor for class org.joda.beans.ser.SerDeserializers
Creates an instance.
SerDeserializers(boolean, SerDeserializerProvider...) - Constructor for class org.joda.beans.ser.SerDeserializers
Creates an instance using additional providers.
SerDeserializers(SerDeserializerProvider...) - Constructor for class org.joda.beans.ser.SerDeserializers
Creates an instance using additional providers.
SerIterable - Class in org.joda.beans.ser
An abstraction over collections, lists, sets and maps.
SerIterable() - Constructor for class org.joda.beans.ser.SerIterable
 
SerIterator - Class in org.joda.beans.ser
An abstraction of collections, lists, sets and maps.
SerIterator() - Constructor for class org.joda.beans.ser.SerIterator
 
SerIteratorFactory - Class in org.joda.beans.ser
A factory used to create wrappers around collection-like objects.
SerIteratorFactory() - Constructor for class org.joda.beans.ser.SerIteratorFactory
 
SerOptional - Class in org.joda.beans.ser
Assists with serialization and deserialization of optional properties.
SerOptional() - Constructor for class org.joda.beans.ser.SerOptional
 
SerTypeMapper - Class in org.joda.beans.ser
Type mapper for Joda-Bean serialization, used by serialization implementations.
set() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The style of the method used to mutate the property.
set(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for Set.
set(Object) - Method in interface org.joda.beans.Property
Sets the value of the property on the associated bean.
set(String, Object) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a single property into the builder.
set(String, Object) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
set(String, Object) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
set(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Sets a property in this bean to the specified value.
set(Bean, Object) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
set(Bean, Object) - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
set(Bean, Object) - Method in interface org.joda.beans.MetaProperty
Sets the value of the property on the specified bean.
set(MetaProperty<?>, Object) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a single property into the builder.
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.direct.DirectPrivateBeanBuilder
 
setDefaultStyle(String) - Method in class org.joda.beans.gen.BeanGenConfig
Sets the default style to use.
setEol(String) - Method in class org.joda.beans.gen.BeanGenConfig
Sets the end of line separator to use.
setGeneratedAnno(boolean) - Method in class org.joda.beans.gen.BeanGenConfig
Sets whether to add the generated annotation.
setIndent(String) - Method in class org.joda.beans.gen.BeanGenConfig
Sets the indent to use.
setMultimap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for SetMultimap.
setPrefix(String) - Method in class org.joda.beans.gen.BeanGenConfig
Sets the prefix to use.
setString(Bean, String) - Method in interface org.joda.beans.MetaProperty
Sets the value of the property on the specified bean from a string by conversion.
setString(Bean, String, StringConvert) - Method in interface org.joda.beans.MetaProperty
Sets the value of the property on the specified bean from a string by conversion.
setValue(BeanBuilder<?>, MetaProperty<?>, Object) - Method in class org.joda.beans.ser.DefaultDeserializer
 
setValue(BeanBuilder<?>, MetaProperty<?>, Object) - Method in interface org.joda.beans.ser.SerDeserializer
Sets the parsed value into the builder.
simpleJsonReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a simple JSON reader.
simpleJsonWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a simple JSON writer.
simpleMapReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a simple in-memory Map reader.
simpleMapWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a simple in-memory Map writer.
size() - Method in class org.joda.beans.impl.BasicPropertyMap
 
size() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
size() - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the number of properties.
size() - Method in class org.joda.beans.ser.SerIterator
Gets the size of the wrapped collection.
smartReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a reader that determines the file format and parses it.
sortedMap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for SortedMap.
sortedMultiset(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for SortedMultiset.
sortedSet(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for SortedSet.
StandaloneMetaProperty<P> - Class in org.joda.beans.impl
A meta-property that exists separate from a bean.
stringConverter() - Static method in class org.joda.beans.JodaBeanUtils
Gets the standard string format converter.
style() - Method in annotation type org.joda.beans.gen.BeanDefinition
The style of bean generation.
style() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
style() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
style() - Method in interface org.joda.beans.MetaProperty
Gets the style of the property, such as read-only, read-write or write-only.

T

table(Table<?, ?, ?>, Class<?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Table.
table(Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for Table.
TABLE - org.joda.beans.ser.SerCategory
Table.
TEST_COVERAGE_PROPERTY - Static variable in class org.joda.beans.test.JodaBeanTests
This constant can be used to pass to increase test coverage.
TEST_COVERAGE_STRING - Static variable in class org.joda.beans.impl.direct.DirectMetaBean
This constant can be used to pass into setString() to increase test coverage.
TEST_COVERAGE_STRING - Static variable in class org.joda.beans.test.JodaBeanTests
This constant can be used to pass to increase test coverage.
toMap() - Method in class org.joda.beans.impl.flexi.FlexiBean
Returns a map representing the contents of the bean.
toString() - Method in class org.joda.beans.impl.BasicBean
Returns a string that summarises the bean.
toString() - Method in class org.joda.beans.impl.BasicBeanBuilder
Returns a string that summarises the builder.
toString() - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
Returns a string that summarises the builder.
toString() - Method in class org.joda.beans.impl.BasicMetaBean
Returns a string that summarises the meta-bean.
toString() - Method in class org.joda.beans.impl.BasicMetaProperty
Returns a string that summarises the meta-property.
toString() - Method in class org.joda.beans.impl.BasicProperty
Returns a string that summarises the property.
toString() - Method in class org.joda.beans.impl.BufferingBeanBuilder
Returns a string that summarises the builder.
toString() - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
Returns a string that summarises the builder.
toString() - Method in class org.joda.beans.impl.direct.DirectMetaBean
Returns a string that summarises the meta-bean.
toString() - Method in class org.joda.beans.impl.direct.DirectPrivateBeanBuilder
Returns a string that summarises the builder.
toString() - Method in class org.joda.beans.impl.direct.MinimalMetaBean
Returns a string that summarises the meta-bean.
toString() - Method in class org.joda.beans.impl.flexi.FlexiBean
Returns a string that summarises the bean.
toString() - Method in class org.joda.beans.impl.light.LightMetaBean
Returns a string that summarises the meta-bean.
toString() - Method in class org.joda.beans.impl.map.MapBean
Returns a string that summarises the bean.
toString() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
Returns a string that summarises the meta-bean.
toString() - Method in class org.joda.beans.ser.DefaultDeserializer
 
toString() - Method in class org.joda.beans.ser.JodaBeanSer
 
toString() - Method in class org.joda.beans.ser.SerDeserializers
 
toString() - Method in class org.joda.beans.ser.SerTypeMapper
 
toString(Object) - Static method in class org.joda.beans.JodaBeanUtils
Returns the toString value handling arrays.
toStringStyle() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The configuration for toString.
type() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The exposed type of the property.
TypedMetaBean<T extends Bean> - Interface in org.joda.beans
A meta-bean that captures the type of the bean.

V

validate() - Method in annotation type org.joda.beans.gen.PropertyDefinition
The validator to use.
validate(Bean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Validates the values of the properties.
validate(T) - Method in class org.joda.beans.impl.BasicBeanBuilder
Hook to allow a subclass to validate the bean.
validate(T) - Method in class org.joda.beans.impl.direct.DirectBeanBuilder
 
value() - Method in annotation type org.joda.beans.MetaProvider
 
value() - Method in class org.joda.beans.ser.SerIterator
The value.
value(int, int) - Method in class org.joda.beans.ser.SerIterator
The value at a row/column.
valueOf(String) - Static method in enum org.joda.beans.PropertyStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.joda.beans.ser.SerCategory
Returns the enum constant of this type with the specified name.
values() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
values() - Static method in enum org.joda.beans.PropertyStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.joda.beans.ser.SerCategory
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in class org.joda.beans.ser.SerIterable
Gets the type of the value.
valueType() - Method in class org.joda.beans.ser.SerIterator
Gets the type of the value.
valueTypeTypes() - Method in class org.joda.beans.ser.SerIterable
Gets the generic parameters of the value type.
valueTypeTypes() - Method in class org.joda.beans.ser.SerIterator
Gets the generic parameters of the value type.
visualize(byte[]) - Static method in class org.joda.beans.ser.bin.JodaBeanBinReader
Visualizes the binary data.

W

withAlias(String, String) - Method in class org.joda.beans.impl.direct.MinimalMetaBean
Adds an alias to the meta-bean.
withAlias(String, String) - Method in class org.joda.beans.impl.light.LightMetaBean
Adds an alias to the meta-bean.
withConverter(StringConvert) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified string converter.
withDeserializers(SerDeserializers) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified deserializers.
withIncludeDerived(boolean) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified include derived flag.
withIndent(String) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified pretty print indent.
withIteratorFactory(SerIteratorFactory) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified iterator factory.
withNewLine(String) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the specified pretty print new line.
withShortTypes(boolean) - Method in class org.joda.beans.ser.JodaBeanSer
Returns a copy of this serializer with the short types flag set.
wrapValue(MetaProperty<?>, Class<?>, Object) - Static method in class org.joda.beans.ser.SerOptional
Wraps the value of a property if it is an optional.
write(Bean) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to an array of bytes.
write(Bean) - Method in class org.joda.beans.ser.json.JodaBeanJsonWriter
Writes the bean to a string.
write(Bean) - Method in class org.joda.beans.ser.json.JodaBeanSimpleJsonWriter
Writes the bean to a string.
write(Bean) - Method in class org.joda.beans.ser.map.JodaBeanSimpleMapWriter
Writes the bean to a string.
write(Bean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to a string.
write(Bean, boolean) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to an array of bytes.
write(Bean, boolean) - Method in class org.joda.beans.ser.json.JodaBeanJsonWriter
Writes the bean to a string specifying whether to include the type at the root.
write(Bean, boolean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to a string.
write(Bean, boolean, OutputStream) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to the OutputStream.
write(Bean, boolean, Appendable) - Method in class org.joda.beans.ser.json.JodaBeanJsonWriter
Writes the bean to the Appendable specifying whether to include the type at the root.
write(Bean, boolean, Appendable) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to the Appendable.
write(Bean, OutputStream) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to the OutputStream.
write(Bean, Appendable) - Method in class org.joda.beans.ser.json.JodaBeanJsonWriter
Writes the bean to the Appendable.
write(Bean, Appendable) - Method in class org.joda.beans.ser.json.JodaBeanSimpleJsonWriter
Writes the bean to the Appendable.
write(Bean, Appendable) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to the Appendable.
WRITE_ONLY - org.joda.beans.PropertyStyle
The property is write-only.
writeToBuilder(Bean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
writeToBuilder(Bean, boolean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter

X

XML - Static variable in class org.joda.beans.ser.JodaBeanMimeType
Mime type for the XML format.
xmlReader() - Method in class org.joda.beans.ser.JodaBeanSer
Creates an XML reader.
xmlWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates an XML writer.
A B C D E F G H I J K L M N O P R S T V W X 
All Classes All Packages