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

A

add(Object, Object, Object, int) - Method in class org.joda.beans.ser.SerIterable
Adds an item to the builder.
annotation(Class<A>) - Method in class org.joda.beans.impl.BasicMetaProperty
 
annotation(Class<A>) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
annotation(Class<A>) - Method in interface org.joda.beans.MetaProperty
Gets a specified annotation of the property.
annotations() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
annotations() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaProperty
 
annotations() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
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 array.
array(Object[], Class<?>, Class<?>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterator wrapper for an array.
assertBeanEquals(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) - Static method in class org.joda.beans.test.BeanAssert
Asserts that two beans are equal, providing a better error message.
assertBeanEqualsFullDetail(Bean, Bean) - 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.

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 - Interface in org.joda.beans
A bean consisting of a set 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 - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML bean tag.
BEAN_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML bean QName.
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>, String, String, int, boolean) - Constructor for class org.joda.beans.gen.BeanCodeGen
Deprecated. Use BeanGenConfig constructor
BeanCodeGen(List<File>, BeanGenConfig, int, boolean) - Constructor for class org.joda.beans.gen.BeanCodeGen
Creates the generator for a single bean.
BeanDefinition - Annotation Type in org.joda.beans
Annotation defining a bean for code generation.
BeanGenConfig - Class in org.joda.beans.gen
Configuration for the code generator.
BeanMongoDBObject - Class in org.joda.beans.integrate.mongo
Allows a Joda-Bean to be passed directly to MongoDB.
BeanMongoDBObject(Bean) - Constructor for class org.joda.beans.integrate.mongo.BeanMongoDBObject
Creates an instance wrapping a bean.
beanName() - Method in class org.joda.beans.impl.BasicMetaBean
 
beanName() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
beanName() - Method in interface org.joda.beans.MetaBean
Gets the bean name, which is normally the fully qualified class name of the bean.
BeanQuery<P> - Interface in org.joda.beans
A query based on beans.
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.reflection.ReflectiveMetaBean
 
beanType() - Method in interface org.joda.beans.MetaBean
Get the type of the bean represented as a Class.
biMap(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for BiMap.
biMap(BiMap<?, ?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator 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.
binWriter() - Method in class org.joda.beans.ser.JodaBeanSer
Creates a binary writer.
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(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.
build() - Method in class org.joda.beans.ser.SerIterable
Builds the final collection.
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.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.

C

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.
ChainedBeanQuery<P> - Class in org.joda.beans.query
A chained query, that allows two or more queries to be joined.
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.
close() - Method in class org.joda.beans.ser.bin.MsgPackOutput
Closes the underlying stream.
COL - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML col attribute.
COL_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML col QName.
collection(Collection<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterator wrapper for Collection.
collectionType(Property<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the collection content type as a Class from a property.
collectionType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the collection content type as a Class from a meta-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
 
COLS - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML cols attribute.
COLS_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML cols QName.
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(BeanQuery<?>, boolean) - Static method in class org.joda.beans.JodaBeanUtils
Obtains a comparator for the specified bean query.
comparatorAscending(BeanQuery<?>) - Static method in class org.joda.beans.JodaBeanUtils
Obtains an ascending comparator for the specified bean query.
comparatorDescending(BeanQuery<?>) - Static method in class org.joda.beans.JodaBeanUtils
Obtains an descending comparator for the specified bean query.
contains(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Checks if the bean contains a specific property.
containsField(String) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
containsKey(Object) - Method in class org.joda.beans.impl.BasicPropertyMap
 
containsKey(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
containsKey(String) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
Deprecated. Use containsField()
containsValue(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
count() - Method in class org.joda.beans.ser.SerIterator
Gets the number of occurrences of this item.
COUNT - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML count attribute.
COUNT_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML count QName.
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.
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(MetaProperty<?>, 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(MetaProperty<?>, 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(SerIterable) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a child where there are second level generic parameters.
createIterable(MetaProperty<?>, Class<?>) - Method in class org.joda.beans.ser.SerIteratorFactory
Creates an iterator wrapper for a meta-property value.
createProperty(Bean) - Method in class org.joda.beans.impl.BasicMetaProperty
 
createProperty(Bean) - Method in class org.joda.beans.impl.reflection.ReflectiveMetaProperty
 
createProperty(Bean) - Method in interface org.joda.beans.MetaProperty
Creates a property that binds this meta-property to a specific bean.
createPropertyMap(Bean) - Method in class org.joda.beans.impl.BasicMetaBean
 
createPropertyMap(Bean) - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
createPropertyMap(Bean) - Method in interface org.joda.beans.MetaBean
Creates a map of properties for the specified bean.

D

declaringType() - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
declaringType() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaProperty
 
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.
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.
DerivedProperty - Annotation Type in org.joda.beans
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.
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.
ENTRY - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML entry tag.
ENTRY_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML entry QName.
entrySet() - Method in class org.joda.beans.impl.BasicPropertyMap
 
entrySet() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
equal(Object, Object) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two objects are equal handling null.
equal(float, float) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two floats are equal based on identity.
equal(double, double) - Static method in class org.joda.beans.JodaBeanUtils
Checks if two doubles are equal based on identity.
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.flexi.FlexiBean
Compares this bean to another based on the property names and content.
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.
extractTypeClass(MetaProperty<?>, Class<?>, int, int) - Static method in class org.joda.beans.JodaBeanUtils
Low-level method to extract generic type information.

F

findDeserializer(Class<?>) - Method in class org.joda.beans.ser.SerDeserializers
Finds the deserializer for the specified type.
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 speecified 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
 
flatten() - Method in interface org.joda.beans.PropertyMap
Flattens the contents of this property map 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.
FreemarkerObjectWrapper - Class in org.joda.beans.integrate.freemarker
Freemarker support class for Joda-Beans.
FreemarkerObjectWrapper() - Constructor for class org.joda.beans.integrate.freemarker.FreemarkerObjectWrapper
Creates a new instance.
FreemarkerTemplateModel - Class in org.joda.beans.integrate.freemarker
Template model converting a Joda-Bean to a Freemarker model.
FreemarkerTemplateModel(Bean, FreemarkerObjectWrapper) - Constructor for class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Creates an instance of the model.

G

get(String) - Method in interface org.joda.beans.BeanBuilder
Gets the value of a single property previously added to the builder.
get(MetaProperty<?>) - Method in interface org.joda.beans.BeanBuilder
Gets the value of a single property previously added to the builder.
get(Bean) - Method in interface org.joda.beans.BeanQuery
Queries a value from the specified bean.
get(String) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
get(MetaProperty<?>) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
get(String) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
get(MetaProperty<?>) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
get() - Method in class org.joda.beans.impl.BasicProperty
 
get(Object) - Method in class org.joda.beans.impl.BasicPropertyMap
 
get(String) - Method in class org.joda.beans.impl.BufferingBeanBuilder
Gets the buffered value associated with the specified property name.
get(MetaProperty<?>) - 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(MetaProperty<?>) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
get(Bean) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
get(Object) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
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.reflection.ReflectiveMetaProperty
 
get(Bean) - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
get(String) - Method in class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Gets the value for the specified key, wrapping the result in another model.
get(String) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
get(Bean) - Method in interface org.joda.beans.MetaProperty
Gets the value of the property for the specified bean.
get() - Method in interface org.joda.beans.Property
Gets the value of the property for the associated bean.
get(Bean) - Method in class org.joda.beans.query.ChainedBeanQuery
 
getAdaptedObject(Class) - Method in class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Unwraps the model, returning the bean.
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.
getChain() - Method in class org.joda.beans.query.ChainedBeanQuery
Gets the list of queries being chained.
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.
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.
getImmutableGetClones() - Method in class org.joda.beans.gen.BeanGenConfig
The builder types.
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.
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(Bean) - Method in class org.joda.beans.impl.BasicMetaProperty
 
getString(Bean, StringConvert) - Method in class org.joda.beans.impl.BasicMetaProperty
 
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.
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

handleArrayHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleArrayHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleBinary(byte[]) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleBinary(byte[]) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleBoolean(boolean) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleBoolean(boolean) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleDouble(double) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleDouble(double) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleExtension(int, byte[]) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleExtension(int, byte[]) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleFloat(float) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleFloat(float) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleInt(int) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleInt(int) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleMapHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleMapHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleNil() - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleNil() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleObjectStart() - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleObjectStart() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleSignedLong(long) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleSignedLong(long) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleString(String) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleString(String) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleUnknown(byte) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleUnknown(byte) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
handleUnsignedLong(long) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
handleUnsignedLong(long) - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
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.flexi.FlexiBean
Returns a suitable hash code.
hashCode() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
hashCode(Object) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for an object handling null.
hashCode(boolean) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a boolean.
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(float) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a float.
hashCode(double) - Static method in class org.joda.beans.JodaBeanUtils
Returns a hash code for a double.
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.
hasNext() - Method in class org.joda.beans.ser.SerIterator
Checks if there is a next item.

I

ImmutableBean - Interface in org.joda.beans
An immutable bean consisting of a set of properties.
ImmutableConstructor - Annotation Type in org.joda.beans
Annotation defining which constructor is to be used to create the object in for code generation of immutable beans.
ImmutableValidator - Annotation Type in org.joda.beans
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.
isArray(int) - Static method in class org.joda.beans.ser.bin.MsgPack
 
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
 
isEmpty() - Method in class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Checks if there are no properties.
isIntegral(int) - Static method in class org.joda.beans.ser.bin.MsgPack
 
isMap(int) - Static method in class org.joda.beans.ser.bin.MsgPack
 
isPartialObject() - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
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.
isShortTypes() - Method in class org.joda.beans.ser.JodaBeanSer
Gets whether to use short types.
isString(int) - Static method in class org.joda.beans.ser.bin.MsgPack
 
isWritable() - Method in enum org.joda.beans.PropertyStyle
Checks whether the property is writable.
ITEM - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML item tag.
ITEM_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML item QName.
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 a binary format.
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.
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.
JodaBeanUtils - Class in org.joda.beans
A set of utilities to assist when working with beans and properties.
JodaBeanXml - Class in org.joda.beans.ser.xml
Constants used in XML.
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.

K

key() - Method in class org.joda.beans.ser.SerIterator
The key.
KEY - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML key attribute.
KEY_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML key QName.
keys() - Method in class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Gets the full set of property names, allowing the bean to be accessed as a sequence.
keySet() - Method in class org.joda.beans.impl.BasicPropertyMap
 
keySet() - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
keySet() - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
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

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.
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(Property<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map key type as a Class from a meta-property.
mapKeyType(MetaProperty<?>, Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Extracts the map key 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.
mapValueType(MetaProperty<?>, Class<?>) - 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.
markAsPartialObject() - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
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.reflection.ReflectiveMetaProperty
 
metaBean() - Method in class org.joda.beans.impl.StandaloneMetaProperty
 
metaBean(Class<?>) - Static method in class org.joda.beans.JodaBeanUtils
Gets the meta-bean for a class.
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.
metaBean() - Method in interface org.joda.beans.MetaProperty
Gets the meta-bean which owns this meta-property.
metaProperty(String) - Method in interface org.joda.beans.DynamicMetaBean
Gets a meta-property by name.
metaProperty(String) - Method in class org.joda.beans.impl.BasicMetaBean
 
metaProperty() - Method in class org.joda.beans.impl.BasicProperty
 
metaProperty(String) - Method in class org.joda.beans.impl.direct.DirectMetaBean
 
metaProperty(String) - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
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.
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.
metaPropertyCount() - Method in class org.joda.beans.impl.BasicMetaBean
 
metaPropertyCount() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
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 class org.joda.beans.impl.BasicMetaBean
 
metaPropertyExists(String) - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
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 class org.joda.beans.impl.BasicMetaBean
 
metaPropertyIterable() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
 
metaPropertyIterable() - Method in interface org.joda.beans.MetaBean
Gets an iterator of meta-properties.
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.
METATYPE - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML meta-type attribute.
METATYPE_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML meta-type QName.
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.
MsgPack - Class in org.joda.beans.ser.bin
Constants used in MsgPack binary serialization.
MsgPack() - Constructor for class org.joda.beans.ser.bin.MsgPack
 
MsgPackInput - Class in org.joda.beans.ser.bin
Receives and processes MsgPack data.
MsgPackInput(byte[]) - Constructor for class org.joda.beans.ser.bin.MsgPackInput
Creates an instance.
MsgPackInput(InputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackInput
Creates an instance.
MsgPackInput(DataInputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackInput
Creates an instance.
MsgPackOutput - Class in org.joda.beans.ser.bin
Outputter for MsgPack data.
MsgPackOutput(OutputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackOutput
Creates an instance.
MsgPackOutput(DataOutputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackOutput
Creates an instance.
MsgPackVisualizer - Class in org.joda.beans.ser.bin
Allows MsgPack data to be visualized.
MsgPackVisualizer(byte[]) - Constructor for class org.joda.beans.ser.bin.MsgPackVisualizer
Creates an instance.
MsgPackVisualizer(InputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackVisualizer
Creates an instance.
MsgPackVisualizer(DataInputStream) - Constructor for class org.joda.beans.ser.bin.MsgPackVisualizer
Creates an instance.
multimap(Multimap<?, ?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Multimap.
multiset(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for Multiset.
multiset(Multiset<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Multiset.

N

name() - Method in class org.joda.beans.impl.BasicMetaProperty
 
name() - Method in class org.joda.beans.impl.BasicProperty
 
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.
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.
NULL - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML null attribute.
NULL_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML null QName.

O

of(Bean, MetaProperty<P>) - Static method in class org.joda.beans.impl.BasicProperty
Factory to create a property avoiding duplicate generics.
of(Bean) - Static method in class org.joda.beans.impl.BasicPropertyMap
Factory to create a property map avoiding duplicate generics.
of(MetaBean) - Static method in class org.joda.beans.impl.BufferingBeanBuilder
Constructs the builder wrapping the target bean.
of(Class<B>) - Static method in class org.joda.beans.impl.reflection.ReflectiveMetaBean
Factory to create a meta-bean avoiding duplicate generics.
of(Class<? extends Bean>, String) - Static method in class org.joda.beans.impl.reflection.ReflectiveMetaProperty
Factory to create a meta-property avoiding duplicate generics.
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(BeanQuery<? extends Bean>, BeanQuery<P>) - Static method in class org.joda.beans.query.ChainedBeanQuery
Obtains a chained query from two other queries.
of(BeanQuery<? extends Bean>, BeanQuery<? extends Bean>, BeanQuery<P>) - Static method in class org.joda.beans.query.ChainedBeanQuery
Obtains a chained query from three queries.
of(BeanQuery<? extends Bean>, BeanQuery<? extends Bean>, BeanQuery<? extends Bean>, BeanQuery<P>) - Static method in class org.joda.beans.query.ChainedBeanQuery
Obtains a chained query from four queries.
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.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.integrate.freemarker - package org.joda.beans.integrate.freemarker
Integration of Joda-Beans and Freemarker.
org.joda.beans.integrate.mongo - package org.joda.beans.integrate.mongo
Integration of Joda-Beans and MongoDB.
org.joda.beans.query - package org.joda.beans.query
Support for the BeanQuery interface.
org.joda.beans.ser - package org.joda.beans.ser
Serialization of Joda-Beans.
org.joda.beans.ser.bin - package org.joda.beans.ser.bin
 
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.

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 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.BasicBean
 
property(String) - Method in class org.joda.beans.impl.direct.DirectBean
 
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
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.reflection.ReflectiveMetaProperty
 
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(Bean, String, boolean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Gets the value of the property.
propertyGet(String) - Method in class org.joda.beans.impl.flexi.FlexiBean
Gets the value of the property.
PropertyMap - Interface in org.joda.beans
A map of properties that is linked to a specific bean.
propertyNames() - Method in interface org.joda.beans.Bean
Gets the set of property names.
propertyNames() - Method in class org.joda.beans.impl.BasicBean
 
propertyNames() - Method in class org.joda.beans.impl.direct.DirectBean
 
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(Bean, String, Object, boolean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Sets the value of the property.
propertySet(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
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.reflection.ReflectiveMetaProperty
 
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(Bean, Object) - Method in class org.joda.beans.impl.BasicMetaProperty
 
put(Object) - Method in class org.joda.beans.impl.BasicProperty
 
put(String, MetaProperty<?>) - Method in class org.joda.beans.impl.direct.DirectMetaPropertyMap
 
put(String, Object) - Method in class org.joda.beans.impl.flexi.FlexiBean
Sets a property in this bean to the specified value.
put(String, Object) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
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.
put(Object) - Method in interface org.joda.beans.Property
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, 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.
putAll(DBObject) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
putAll(Map) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 

R

read(byte[]) - 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.bin.JodaBeanBinReader
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, Class<T>) - Method in class org.joda.beans.ser.bin.JodaBeanBinReader
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.xml.JodaBeanXmlReader
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.xml.JodaBeanXmlReader
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.xml.JodaBeanXmlReader
Reads and parses to a bean.
readAll() - Method in class org.joda.beans.ser.bin.MsgPackInput
Reads all the data in the stream, closing the stream.
readArrayItem() - Method in class org.joda.beans.ser.bin.MsgPackInput
 
readArrayItem() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
readMapKey() - Method in class org.joda.beans.ser.bin.MsgPackInput
 
readMapKey() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
readMapValue() - Method in class org.joda.beans.ser.bin.MsgPackInput
 
readMapValue() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
 
readObject(int) - Method in class org.joda.beans.ser.bin.MsgPackInput
 
ReflectiveMetaBean - Class in org.joda.beans.impl.reflection
A standard meta-bean implementation.
ReflectiveMetaProperty<P> - Class in org.joda.beans.impl.reflection
A meta-property implemented using a PropertyDescriptor.
register(Class<?>, SerDeserializer) - Method in class org.joda.beans.ser.SerDeserializers
Adds the deserializer to be used for the specified type.
registerMetaBean(MetaBean) - Static method in class org.joda.beans.JodaBeanUtils
Registers a meta-bean.
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.
removeField(String) - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
ROW - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML row attribute.
ROW_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML row QName.
ROWS - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML rows attribute.
ROWS_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML rows QName.

S

SerCategory - Enum in org.joda.beans.ser
Defiens 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.
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.
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
 
SerTypeMapper - Class in org.joda.beans.ser
Type mapper for Joda-Bean serialization, used by serialization implementations.
set(String, Object) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a single property into the builder.
set(MetaProperty<?>, 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(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
set(Object) - Method in class org.joda.beans.impl.BasicProperty
 
set(String, Object) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
set(MetaProperty<?>, Object) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
set(Bean, Object) - Method in class org.joda.beans.impl.direct.DirectMetaProperty
 
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.reflection.ReflectiveMetaProperty
 
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(Object) - Method in interface org.joda.beans.Property
Sets the value of the property on the associated bean.
set(Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.SerIteratorFactory
Gets an iterable wrapper for Set.
setAll(Map<String, ? extends Object>) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a map of properties into the builder.
setAll(Map<String, ? extends Object>) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
setAll(Map<String, ? extends Object>) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
setAll(Map<String, ? extends Object>) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
setAll(Map<String, ? extends Object>) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
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(String, String) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a single property into the builder.
setString(MetaProperty<?>, String) - Method in interface org.joda.beans.BeanBuilder
Sets the value of a single property into the builder.
setString(String, String) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
setString(MetaProperty<?>, String) - Method in class org.joda.beans.impl.BasicBeanBuilder
 
setString(String, String) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
setString(MetaProperty<?>, String) - Method in class org.joda.beans.impl.BasicImmutableBeanBuilder
 
setString(Bean, String) - Method in class org.joda.beans.impl.BasicMetaProperty
 
setString(Bean, String, StringConvert) - Method in class org.joda.beans.impl.BasicMetaProperty
 
setString(String, String) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
setString(MetaProperty<?>, String) - Method in class org.joda.beans.impl.BufferingBeanBuilder
 
setString(MetaProperty<?>, String) - Method in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder
 
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.
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.integrate.freemarker.FreemarkerTemplateModel
Gets the number of properties.
size() - Method in class org.joda.beans.ser.SerIterator
Gets the size of the wrapped collection.
skipObject(DataInputStream) - Static method in class org.joda.beans.ser.bin.MsgPackInput
Skips over the next object in an input stream.
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 class org.joda.beans.impl.direct.DirectMetaProperty
 
style() - Method in class org.joda.beans.impl.reflection.ReflectiveMetaProperty
 
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(Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterable wrapper for Table.
table(Table<?, ?, ?>, Class<?>, Class<?>, Class<?>, Class<?>, List<Class<?>>) - Static method in class org.joda.beans.ser.GuavaSerIteratorFactory
Gets an iterator wrapper for Table.
toHex(int) - Static method in class org.joda.beans.ser.bin.MsgPack
Converts a byte to a hex string for debugging.
toMap() - Method in class org.joda.beans.impl.flexi.FlexiBean
Returns a map representing the contents of the bean.
toMap() - Method in class org.joda.beans.integrate.mongo.BeanMongoDBObject
 
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.flexi.FlexiBean
Returns a string that summarises the 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.integrate.freemarker.FreemarkerObjectWrapper
 
toString(Object) - Static method in class org.joda.beans.JodaBeanUtils
Returns the toString value handling arrays.
toString() - Method in class org.joda.beans.query.ChainedBeanQuery
 
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
 
TYPE - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML type attribute.
TYPE_QNAME - Static variable in class org.joda.beans.ser.xml.JodaBeanXml
XML type QName.

V

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
 
validate(Bean) - Method in class org.joda.beans.impl.direct.DirectMetaBean
Validates the values of the properties.
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() - Method in class org.joda.beans.integrate.freemarker.FreemarkerTemplateModel
Gets the full set of property values, allowing the bean to be accessed as a sequence.
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() - Method in class org.joda.beans.ser.bin.MsgPackVisualizer
Visualizes the data in the stream.

W

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.
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.
wrap(Object) - Method in class org.joda.beans.integrate.freemarker.FreemarkerObjectWrapper
Overrides to trap instances of Bean and handle them.
write(Bean) - 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.bin.JodaBeanBinWriter
Writes the bean to an array of bytes.
write(Bean, OutputStream) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to the OutputStream.
write(Bean, boolean, OutputStream) - Method in class org.joda.beans.ser.bin.JodaBeanBinWriter
Writes the bean to the OutputStream.
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.xml.JodaBeanXmlWriter
Writes the bean to a string.
writeArrayHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack array header.
writeBoolean(boolean) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack boolean.
writeBytes(byte[]) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack byte block.
writeDouble(double) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack double.
writeExtensionByte(int, int) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes an extension string using FIX_EXT_1.
writeExtensionString(int, String) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes an extension string using EXT_8.
writeFloat(float) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack float.
writeInt(int) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack int.
writeLong(long) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack long.
writeMapHeader(int) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack map header.
writeNil() - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack nil.
writeString(String) - Method in class org.joda.beans.ser.bin.MsgPackOutput
Writes a MessagePack string.
writeToBuilder(Bean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to the StringBuilder.
writeToBuilder(Bean, boolean) - Method in class org.joda.beans.ser.xml.JodaBeanXmlWriter
Writes the bean to the StringBuilder.

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

Copyright © 2007–2014 Joda.org. All rights reserved.