C F I O R S T
C
- convertFromString(Class<? extends T>, String) - Method in interface org.joda.convert.FromStringConverter
-
Converts the specified object from a String
.
- convertFromString(Class<T>, String) - Method in class org.joda.convert.StringConvert
-
Converts the specified object from a String
.
- convertToString(T) - Method in class org.joda.convert.StringConvert
-
Converts the specified object to a String
.
- convertToString(Class<T>, T) - Method in class org.joda.convert.StringConvert
-
Converts the specified object to a String
.
- convertToString(T) - Method in interface org.joda.convert.ToStringConverter
-
Converts the specified object to a String
.
F
- findConverter(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type.
- FromString - Annotation Type in org.joda.convert
-
Annotation used to mark a method or constructor as being suitable for converting
an object from a String
.
- FromStringConverter<T> - Interface in org.joda.convert
-
Interface defining conversion from a String
.
I
- INSTANCE - Static variable in class org.joda.convert.StringConvert
-
An immutable global instance.
O
- org.joda.convert - package org.joda.convert
-
R
- register(Class<T>, StringConverter<T>) - Method in class org.joda.convert.StringConvert
-
Registers a converter for a specific type.
- register(Class<T>, ToStringConverter<T>, FromStringConverter<T>) - Method in class org.joda.convert.StringConvert
-
Registers a converter for a specific type using two separate converters.
- registerMethodConstructor(Class<T>, String) - Method in class org.joda.convert.StringConvert
-
Registers a converter for a specific type by method and constructor.
- registerMethods(Class<T>, String, String) - Method in class org.joda.convert.StringConvert
-
Registers a converter for a specific type by method names.
S
- StringConvert - Class in org.joda.convert
-
Manager for conversion to and from a String
, acting as the main client interface.
- StringConvert() - Constructor for class org.joda.convert.StringConvert
-
Creates a new conversion manager including the JDK converters.
- StringConvert(boolean) - Constructor for class org.joda.convert.StringConvert
-
Creates a new conversion manager.
- StringConverter<T> - Interface in org.joda.convert
-
Interface defining conversion to and from a String
.
T
- toString() - Method in class org.joda.convert.StringConvert
-
Returns a simple string representation of the object.
- ToString - Annotation Type in org.joda.convert
-
Annotation used to mark a method as being suitable for converting an
object to a standard format String
.
- ToStringConverter<T> - Interface in org.joda.convert
-
Interface defining conversion to a String
.
C F I O R S T
Copyright © 2010-2016 Joda.org. All Rights Reserved.