- 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
-
- 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.