跳过导航链接
B C D E F G H I J K L M N O P R S T V 

B

BooleanBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
BooleanBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
 
BooleanMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Boolean objects
BooleanMapper() - 类 的构造器io.logansquarex.core.objectmappers.BooleanMapper
 

C

CalendarTypeConverter - io.logansquarex.core.typeconverters中的类
 
CalendarTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.CalendarTypeConverter
 
clear() - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Make the array map empty.
Constants - io.logansquarex.core中的类
 
Constants() - 类 的构造器io.logansquarex.core.Constants
 
containsKey(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Check whether a key exists in the array.
containsValue(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Check whether a value exists in the array.
convertString(String, boolean) - 类 中的方法io.logansquarex.core.typeconverters.EnumValueTypeConverter
 
convertToBoolean(T) - 类 中的方法io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
Called to convert a an object of type T into a boolean.
convertToDouble(T) - 类 中的方法io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
Called to convert a an object of type T into a double.
convertToFloat(T) - 类 中的方法io.logansquarex.core.typeconverters.FloatBasedTypeConverter
Called to convert a an object of type T into a float.
convertToInt(T) - 类 中的方法io.logansquarex.core.typeconverters.IntBasedTypeConverter
Called to convert a an object of type T into an int.
convertToLong(T) - 类 中的方法io.logansquarex.core.typeconverters.LongBasedTypeConverter
Called to convert a an object of type T into a long.
convertToString(T) - 类 中的方法io.logansquarex.core.typeconverters.EnumValueTypeConverter
 
convertToString(T) - 类 中的方法io.logansquarex.core.typeconverters.StringBasedTypeConverter
Called to convert a an object of type T into a String.

D

DateTypeConverter - io.logansquarex.core.typeconverters中的类
 
DateTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.DateTypeConverter
 
DefaultCalendarConverter - io.logansquarex.core.typeconverters中的类
The default CalendarTypeConverter implementation.
DefaultCalendarConverter() - 类 的构造器io.logansquarex.core.typeconverters.DefaultCalendarConverter
 
DefaultDateConverter - io.logansquarex.core.typeconverters中的类
The default DateTypeConverter implementation.
DefaultDateConverter() - 类 的构造器io.logansquarex.core.typeconverters.DefaultDateConverter
 
DefaultDateFormatter - io.logansquarex.core.typeconverters中的类
Attempt at making a DateFormat that can actually parse ISO 8601 dates correctly
DefaultDateFormatter() - 类 的构造器io.logansquarex.core.typeconverters.DefaultDateFormatter
 
DoubleBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
DoubleBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
 
DoubleMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Double objects
DoubleMapper() - 类 的构造器io.logansquarex.core.objectmappers.DoubleMapper
 

E

ensureCapacity(int) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Ensure the array map can hold at least minimumCapacity items.
EnumValueTypeConverter<T extends java.lang.Enum<T>> - io.logansquarex.core.typeconverters中的类
 
EnumValueTypeConverter(Class<T>) - 类 的构造器io.logansquarex.core.typeconverters.EnumValueTypeConverter
 
equals(Object) - 类 中的方法io.logansquarex.core.ParameterizedType
 
equals(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
This implementation returns false if the object is not a map, or if the maps have different sizes.

F

FloatBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
FloatBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.FloatBasedTypeConverter
 
FloatMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Float objects
FloatMapper() - 类 的构造器io.logansquarex.core.objectmappers.FloatMapper
 

G

get(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Retrieve a value from the array.
getDateFormat() - 类 中的方法io.logansquarex.core.typeconverters.CalendarTypeConverter
Called to get the DateFormat used to parse and serialize objects
getDateFormat() - 类 中的方法io.logansquarex.core.typeconverters.DateTypeConverter
Called to get the DateFormat used to parse and serialize objects
getDateFormat() - 类 中的方法io.logansquarex.core.typeconverters.DefaultCalendarConverter
 
getDateFormat() - 类 中的方法io.logansquarex.core.typeconverters.DefaultDateConverter
 
getFromBoolean(boolean) - 类 中的方法io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
Called to convert a boolean into an object of type T.
getFromDouble(double) - 类 中的方法io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
Called to convert a double into an object of type T.
getFromFloat(float) - 类 中的方法io.logansquarex.core.typeconverters.FloatBasedTypeConverter
Called to convert a float into an object of type T.
getFromInt(int) - 类 中的方法io.logansquarex.core.typeconverters.IntBasedTypeConverter
Called to convert an int into an object of type T.
getFromLong(long) - 类 中的方法io.logansquarex.core.typeconverters.LongBasedTypeConverter
Called to convert a long into an object of type T.
getFromString(String) - 类 中的方法io.logansquarex.core.typeconverters.EnumValueTypeConverter
 
getFromString(String) - 类 中的方法io.logansquarex.core.typeconverters.StringBasedTypeConverter
Called to convert a String into an object of type T.

H

hashCode() - 类 中的方法io.logansquarex.core.ParameterizedType
 
hashCode() - 类 中的方法io.logansquarex.core.util.SimpleArrayMap

I

indexOfKey(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Returns the index of a key in the set.
IntBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
IntBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.IntBasedTypeConverter
 
IntegerMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Integer objects
IntegerMapper() - 类 的构造器io.logansquarex.core.objectmappers.IntegerMapper
 
io.logansquarex.core - 程序包 io.logansquarex.core
 
io.logansquarex.core.annotation - 程序包 io.logansquarex.core.annotation
 
io.logansquarex.core.objectmappers - 程序包 io.logansquarex.core.objectmappers
 
io.logansquarex.core.typeconverters - 程序包 io.logansquarex.core.typeconverters
 
io.logansquarex.core.util - 程序包 io.logansquarex.core.util
 
isEmpty() - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Return true if the array map contains no items.

J

JSON_FACTORY - 类 中的静态变量io.logansquarex.core.LoganSquare
The JsonFactory that should be used throughout the entire app.
JSON_FACTORY - 类 中的静态变量io.logansquarex.core.LoganSquareX
The JsonFactory that should be used throughout the entire app.
JsonField - io.logansquarex.core.annotation中的注释类型
Declare that a variable should be parsed/serialized.
JsonIgnore - io.logansquarex.core.annotation中的注释类型
Declare that a variable should NOT be parsed/serialized when using a fieldDetectionPolicy other than ANNOTATIONS_ONLY.
JsonIgnore.IgnorePolicy - io.logansquarex.core.annotation中的枚举
 
JsonMapper<T> - io.logansquarex.core中的类
The class that handles all parsing and serialization of @JsonObject's
JsonMapper() - 类 的构造器io.logansquarex.core.JsonMapper
 
JsonObject - io.logansquarex.core.annotation中的注释类型
Declare that a Java object is parsable and serializable.
JsonObject.FieldDetectionPolicy - io.logansquarex.core.annotation中的枚举
 
JsonObject.FieldNamingPolicy - io.logansquarex.core.annotation中的枚举
 

K

keyAt(int) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Return the key at the given index in the array.

L

ListMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for List objects of an unknown type
ListMapper() - 类 的构造器io.logansquarex.core.objectmappers.ListMapper
 
LoganSquare - io.logansquarex.core中的类
The point of all interaction with this library.
LoganSquare() - 类 的构造器io.logansquarex.core.LoganSquare
 
LoganSquareX - io.logansquarex.core中的类
The point of all interaction with this library.
LoganSquareX() - 类 的构造器io.logansquarex.core.LoganSquareX
 
LongBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
LongBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.LongBasedTypeConverter
 
LongMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Long objects
LongMapper() - 类 的构造器io.logansquarex.core.objectmappers.LongMapper
 

M

MapMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for Map objects of a unknown value types
MapMapper() - 类 的构造器io.logansquarex.core.objectmappers.MapMapper
 
MAPPER_CLASS_SUFFIX - 类 中的静态变量io.logansquarex.core.Constants
The suffix that will be added to all generated classes
mapperFor(Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Returns a JsonMapper for a given class that has been annotated with @JsonObject.
mapperFor(ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Returns a JsonMapper for a given class that has been annotated with @JsonObject.
mapperFor(ParameterizedType<E>, SimpleArrayMap<ParameterizedType, JsonMapper>) - 类 中的静态方法io.logansquarex.core.LoganSquare
 
mapperFor(Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Returns a JsonMapper for a given class that has been annotated with @JsonObject.
mapperFor(ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Returns a JsonMapper for a given class that has been annotated with @JsonObject.
mapperFor(ParameterizedType<E>, SimpleArrayMap<ParameterizedType, JsonMapper>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
 

N

NoSuchMapperException - io.logansquarex.core中的异常错误
The exception that will be thrown in the event that LoganSquare.mapperFor() is called with a class that hasn't been declared as a @JsonObject.
NoSuchMapperException(Class) - 异常错误 的构造器io.logansquarex.core.NoSuchMapperException
 
NoSuchTypeConverterException - io.logansquarex.core中的异常错误
The exception that will be thrown in the event that LoganSquare.typeConverterFor() is called with a class that doesn't have a defined TypeConverter.
NoSuchTypeConverterException(Class) - 异常错误 的构造器io.logansquarex.core.NoSuchTypeConverterException
 

O

ObjectMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for unknown types
ObjectMapper() - 类 的构造器io.logansquarex.core.objectmappers.ObjectMapper
 
OnJsonParseComplete - io.logansquarex.core.annotation中的注释类型
Declare that a method should be called once a class has been parsed from JSON.
OnPreJsonSerialize - io.logansquarex.core.annotation中的注释类型
Declare that a method should be called before a class is serialized to JSON.

P

ParameterizedType<T> - io.logansquarex.core中的类
 
ParameterizedType() - 类 的构造器io.logansquarex.core.ParameterizedType
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.JsonMapper
Parse an object from a pre-configured JsonParser object.
parse(InputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Parse an object from an InputStream.
parse(byte[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse an object from a byte array.
parse(char[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse an object from a char array.
parse(String) - 类 中的方法io.logansquarex.core.JsonMapper
Parse an object from a String.
parse(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse an object from an InputStream.
parse(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse an object from a String.
parse(InputStream, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a parameterized object from an InputStream.
parse(String, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a parameterized object from a String.
parse(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse an object from an InputStream.
parse(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse an object from a String.
parse(InputStream, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a parameterized object from an InputStream.
parse(String, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a parameterized object from a String.
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.BooleanMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.DoubleMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.FloatMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.IntegerMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.ListMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.LongMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.MapMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.ObjectMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.StringMapper
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.CalendarTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.DateTypeConverter
 
parse(String) - 类 中的方法io.logansquarex.core.typeconverters.DefaultDateFormatter
 
parse(String, ParsePosition) - 类 中的方法io.logansquarex.core.typeconverters.DefaultDateFormatter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.FloatBasedTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.IntBasedTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.LongBasedTypeConverter
 
parse(JsonParser) - 类 中的方法io.logansquarex.core.typeconverters.StringBasedTypeConverter
 
parse(JsonParser) - 接口 中的方法io.logansquarex.core.typeconverters.TypeConverter
Called to parse the current object in the jsonParser to an object of type T
parseField(T, String, JsonParser) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a single field from a pre-configured JsonParser object into a T instance.
parseField(Boolean, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.BooleanMapper
 
parseField(Double, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.DoubleMapper
 
parseField(Float, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.FloatMapper
 
parseField(Integer, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.IntegerMapper
 
parseField(List<Object>, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.ListMapper
 
parseField(Long, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.LongMapper
 
parseField(Map<String, Object>, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.MapMapper
 
parseField(Object, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.ObjectMapper
 
parseField(String, String, JsonParser) - 类 中的方法io.logansquarex.core.objectmappers.StringMapper
 
parseList(InputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a list of objects from an InputStream.
parseList(byte[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a list of objects from a byte array.
parseList(char[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a list of objects from a char array.
parseList(String) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a list of objects from a String.
parseList(JsonParser) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a list of objects from a JsonParser.
parseList(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a list of objects from an InputStream.
parseList(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a list of objects from a String.
parseList(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a list of objects from an InputStream.
parseList(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a list of objects from a String.
parseMap(InputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a map of objects from an InputStream.
parseMap(byte[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a map of objects from a byte array.
parseMap(char[]) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a map of objects from a char array.
parseMap(String) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a map of objects from a String.
parseMap(JsonParser) - 类 中的方法io.logansquarex.core.JsonMapper
Parse a map of objects from a JsonParser.
parseMap(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a map of objects from an InputStream.
parseMap(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Parse a map of objects from a String.
parseMap(InputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a map of objects from an InputStream.
parseMap(String, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Parse a map of objects from a String.
parseObject(String, ParsePosition) - 类 中的方法io.logansquarex.core.typeconverters.DefaultDateFormatter
 
parseObject(String) - 类 中的方法io.logansquarex.core.typeconverters.DefaultDateFormatter
 
put(K, V) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Add a new value to the array map.
putAll(SimpleArrayMap<? extends K, ? extends V>) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Perform a SimpleArrayMap.put(Object, Object) of all key/value pairs in array

R

rawType - 类 中的变量io.logansquarex.core.ParameterizedType
 
registerTypeConverter(Class<E>, TypeConverter<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Register a new TypeConverter for parsing and serialization.
registerTypeConverter(Class<E>, TypeConverter<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Register a new TypeConverter for parsing and serialization.
remove(Object) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Remove an existing key from the array map.
removeAt(int) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Remove the key/value mapping at the given index.

S

serialize(T, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize an object to a pre-configured JsonGenerator object.
serialize(T) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize an object to a JSON String.
serialize(T, OutputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize an object to an OutputStream.
serialize(List<T>) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to a JSON String.
serialize(List<T>, OutputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to an OutputStream.
serialize(List<T>, JsonGenerator) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to a JsonGenerator.
serialize(Map<String, T>) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to a JSON String.
serialize(Map<String, T>, OutputStream) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to an OutputStream.
serialize(Map<String, T>, JsonGenerator) - 类 中的方法io.logansquarex.core.JsonMapper
Serialize a list of objects to a JsonGenerator.
serialize(E) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize an object to a JSON String.
serialize(E, OutputStream) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize an object to an OutputStream.
serialize(E, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a parameterized object to a JSON String.
serialize(E, ParameterizedType<E>, OutputStream) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a parameterized object to an OutputStream.
serialize(List<E>, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a list of objects to a JSON String.
serialize(List<E>, OutputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a list of objects to an OutputStream.
serialize(Map<String, E>, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a map of objects to a JSON String.
serialize(Map<String, E>, OutputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Serialize a map of objects to an OutputStream.
serialize(E) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize an object to a JSON String.
serialize(E, OutputStream) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize an object to an OutputStream.
serialize(E, ParameterizedType<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a parameterized object to a JSON String.
serialize(E, ParameterizedType<E>, OutputStream) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a parameterized object to an OutputStream.
serialize(List<E>, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a list of objects to a JSON String.
serialize(List<E>, OutputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a list of objects to an OutputStream.
serialize(Map<String, E>, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a map of objects to a JSON String.
serialize(Map<String, E>, OutputStream, Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Serialize a map of objects to an OutputStream.
serialize(Boolean, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.BooleanMapper
 
serialize(Double, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.DoubleMapper
 
serialize(Float, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.FloatMapper
 
serialize(Integer, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.IntegerMapper
 
serialize(List<Object>, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.ListMapper
 
serialize(Long, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.LongMapper
 
serialize(Map<String, Object>, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.MapMapper
 
serialize(Object, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.ObjectMapper
 
serialize(String, JsonGenerator, boolean) - 类 中的方法io.logansquarex.core.objectmappers.StringMapper
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
 
serialize(Calendar, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.CalendarTypeConverter
 
serialize(Date, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.DateTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.FloatBasedTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.IntBasedTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.LongBasedTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 类 中的方法io.logansquarex.core.typeconverters.StringBasedTypeConverter
 
serialize(T, String, boolean, JsonGenerator) - 接口 中的方法io.logansquarex.core.typeconverters.TypeConverter
Called to serialize an object of type T to JSON using the JsonGenerator and field name.
setValueAt(int, V) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Set the value at a given index in the array.
SimpleArrayMap<K,V> - io.logansquarex.core.util中的类
Base implementation of ArrayMap that doesn't include any standard Java container API interoperability.
SimpleArrayMap() - 类 的构造器io.logansquarex.core.util.SimpleArrayMap
Create a new empty ArrayMap.
SimpleArrayMap(int) - 类 的构造器io.logansquarex.core.util.SimpleArrayMap
Create a new ArrayMap with a given initial capacity.
SimpleArrayMap(SimpleArrayMap) - 类 的构造器io.logansquarex.core.util.SimpleArrayMap
Create a new ArrayMap with the mappings from the given ArrayMap.
size() - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Return the number of items in this array map.
StringBasedTypeConverter<T> - io.logansquarex.core.typeconverters中的类
 
StringBasedTypeConverter() - 类 的构造器io.logansquarex.core.typeconverters.StringBasedTypeConverter
 
StringMapper - io.logansquarex.core.objectmappers中的类
Built-in mapper for String objects
StringMapper() - 类 的构造器io.logansquarex.core.objectmappers.StringMapper
 
supports(Class) - 类 中的静态方法io.logansquarex.core.LoganSquare
Returns whether or not LoganSquare can handle a given class.
supports(ParameterizedType) - 类 中的静态方法io.logansquarex.core.LoganSquare
Returns whether or not LoganSquare can handle a given ParameterizedType.
supports(Class) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Returns whether or not LoganSquare can handle a given class.
supports(ParameterizedType) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Returns whether or not LoganSquare can handle a given ParameterizedType.

T

toString() - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
This implementation composes a string by iterating over its mappings.
TypeConverter<T> - io.logansquarex.core.typeconverters中的接口
Implement this interface in order to create a way to custom parse and serialize @JsonFields
typeConverterFor(Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquare
Returns a TypeConverter for a given class.
typeConverterFor(Class<E>) - 类 中的静态方法io.logansquarex.core.LoganSquareX
Returns a TypeConverter for a given class.
typeParameters - 类 中的变量io.logansquarex.core.ParameterizedType
 

V

valueAt(int) - 类 中的方法io.logansquarex.core.util.SimpleArrayMap
Return the value at the given index in the array.
valueOf(String) - 枚举 中的静态方法io.logansquarex.core.annotation.JsonIgnore.IgnorePolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.logansquarex.core.annotation.JsonObject.FieldDetectionPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.logansquarex.core.annotation.JsonObject.FieldNamingPolicy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.logansquarex.core.annotation.JsonIgnore.IgnorePolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.logansquarex.core.annotation.JsonObject.FieldDetectionPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.logansquarex.core.annotation.JsonObject.FieldNamingPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
B C D E F G H I J K L M N O P R S T V 
跳过导航链接