- PARAMETERIZED_OBJECT_MAPPERS - Static variable in class io.logansquarex.core.LoganSquareX
-
- ParameterizedType<T> - Class in io.logansquarex.core
-
- ParameterizedType() - Constructor for class io.logansquarex.core.ParameterizedType
-
- parse(JsonParser) - Method in class io.logansquarex.core.JsonMapper
-
Parse an object from a pre-configured JsonParser object.
- parse(InputStream) - Method in class io.logansquarex.core.JsonMapper
-
Parse an object from an InputStream.
- parse(byte[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse an object from a byte array.
- parse(char[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse an object from a char array.
- parse(String) - Method in class io.logansquarex.core.JsonMapper
-
Parse an object from a String.
- parse(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse an object from an InputStream.
- parse(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse an object from a String.
- parse(InputStream, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a parameterized object from an InputStream.
- parse(String, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a parameterized object from a String.
- parse(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse an object from an InputStream.
- parse(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse an object from a String.
- parse(InputStream, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a parameterized object from an InputStream.
- parse(String, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a parameterized object from a String.
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.BooleanMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.DoubleMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.FloatMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.IntegerMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.ListMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.LongMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.MapMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.ObjectMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.objectmappers.StringMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.CalendarTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.DateTypeConverter
-
- parse(String) - Method in class io.logansquarex.core.typeconverters.DefaultDateFormatter
-
- parse(String, ParsePosition) - Method in class io.logansquarex.core.typeconverters.DefaultDateFormatter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.FloatBasedTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.IntBasedTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.LongBasedTypeConverter
-
- parse(JsonParser) - Method in class io.logansquarex.core.typeconverters.StringBasedTypeConverter
-
- parse(JsonParser) - Method in interface io.logansquarex.core.typeconverters.TypeConverter
-
Called to parse the current object in the jsonParser to an object of type T
- parseField(T, String, JsonParser) - Method in class io.logansquarex.core.JsonMapper
-
Parse a single field from a pre-configured JsonParser object into a T instance.
- parseField(Boolean, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.BooleanMapper
-
- parseField(Double, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.DoubleMapper
-
- parseField(Float, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.FloatMapper
-
- parseField(Integer, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.IntegerMapper
-
- parseField(List<Object>, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.ListMapper
-
- parseField(Long, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.LongMapper
-
- parseField(Map<String, Object>, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.MapMapper
-
- parseField(Object, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.ObjectMapper
-
- parseField(String, String, JsonParser) - Method in class io.logansquarex.core.objectmappers.StringMapper
-
- parseField(SimpleListResponse, String, JsonParser) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
- parseList(InputStream) - Method in class io.logansquarex.core.JsonMapper
-
Parse a list of objects from an InputStream.
- parseList(byte[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse a list of objects from a byte array.
- parseList(char[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse a list of objects from a char array.
- parseList(String) - Method in class io.logansquarex.core.JsonMapper
-
Parse a list of objects from a String.
- parseList(JsonParser) - Method in class io.logansquarex.core.JsonMapper
-
Parse a list of objects from a JsonParser.
- parseList(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a list of objects from an InputStream.
- parseList(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a list of objects from a String.
- parseList(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a list of objects from an InputStream.
- parseList(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a list of objects from a String.
- parseMap(InputStream) - Method in class io.logansquarex.core.JsonMapper
-
Parse a map of objects from an InputStream.
- parseMap(byte[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse a map of objects from a byte array.
- parseMap(char[]) - Method in class io.logansquarex.core.JsonMapper
-
Parse a map of objects from a char array.
- parseMap(String) - Method in class io.logansquarex.core.JsonMapper
-
Parse a map of objects from a String.
- parseMap(JsonParser) - Method in class io.logansquarex.core.JsonMapper
-
Parse a map of objects from a JsonParser.
- parseMap(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a map of objects from an InputStream.
- parseMap(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Parse a map of objects from a String.
- parseMap(InputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a map of objects from an InputStream.
- parseMap(String, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Parse a map of objects from a String.
- parseObject(String, ParsePosition) - Method in class io.logansquarex.core.typeconverters.DefaultDateFormatter
-
- parseObject(String) - Method in class io.logansquarex.core.typeconverters.DefaultDateFormatter
-
- put(K, V) - Method in class io.logansquarex.core.util.SimpleArrayMap
-
Add a new value to the array map.
- putAll(SimpleArrayMap<? extends K, ? extends V>) - Method in class io.logansquarex.core.util.SimpleArrayMap
-
- putAllJsonMappers(SimpleArrayMap<Class, JsonMapper>) - Method in interface io.logansquarex.core.JsonMapperLoader
-
- serialize(T, JsonGenerator, boolean) - Method in class io.logansquarex.core.JsonMapper
-
Serialize an object to a pre-configured JsonGenerator object.
- serialize(T) - Method in class io.logansquarex.core.JsonMapper
-
Serialize an object to a JSON String.
- serialize(T, OutputStream) - Method in class io.logansquarex.core.JsonMapper
-
Serialize an object to an OutputStream.
- serialize(List<T>) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to a JSON String.
- serialize(List<T>, OutputStream) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to an OutputStream.
- serialize(List<T>, JsonGenerator) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to a JsonGenerator.
- serialize(Map<String, T>) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to a JSON String.
- serialize(Map<String, T>, OutputStream) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to an OutputStream.
- serialize(Map<String, T>, JsonGenerator) - Method in class io.logansquarex.core.JsonMapper
-
Serialize a list of objects to a JsonGenerator.
- serialize(E) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize an object to a JSON String.
- serialize(E, OutputStream) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize an object to an OutputStream.
- serialize(E, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a parameterized object to a JSON String.
- serialize(E, ParameterizedType<E>, OutputStream) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a parameterized object to an OutputStream.
- serialize(List<E>, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a list of objects to a JSON String.
- serialize(List<E>, OutputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a list of objects to an OutputStream.
- serialize(Map<String, E>, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a map of objects to a JSON String.
- serialize(Map<String, E>, OutputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquare
-
Serialize a map of objects to an OutputStream.
- serialize(E) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize an object to a JSON String.
- serialize(E, OutputStream) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize an object to an OutputStream.
- serialize(E, ParameterizedType<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a parameterized object to a JSON String.
- serialize(E, ParameterizedType<E>, OutputStream) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a parameterized object to an OutputStream.
- serialize(List<E>, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a list of objects to a JSON String.
- serialize(List<E>, OutputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a list of objects to an OutputStream.
- serialize(Map<String, E>, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a map of objects to a JSON String.
- serialize(Map<String, E>, OutputStream, Class<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
Serialize a map of objects to an OutputStream.
- serialize(Boolean, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.BooleanMapper
-
- serialize(Double, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.DoubleMapper
-
- serialize(Float, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.FloatMapper
-
- serialize(Integer, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.IntegerMapper
-
- serialize(List<Object>, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.ListMapper
-
- serialize(Long, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.LongMapper
-
- serialize(Map<String, Object>, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.MapMapper
-
- serialize(Object, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.ObjectMapper
-
- serialize(String, JsonGenerator, boolean) - Method in class io.logansquarex.core.objectmappers.StringMapper
-
- serialize(SimpleListResponse, JsonGenerator, boolean) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
- serialize(List, JsonGenerator, boolean) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
- serialize(List) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
- serialize(List, JsonGenerator) - Method in class io.logansquarex.core.simple.SimpleListResponseMapper
-
Serialize a list of objects to a JsonGenerator.
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.BooleanBasedTypeConverter
-
- serialize(Calendar, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.CalendarTypeConverter
-
- serialize(Date, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.DateTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.DoubleBasedTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.FloatBasedTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.IntBasedTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.LongBasedTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in class io.logansquarex.core.typeconverters.StringBasedTypeConverter
-
- serialize(T, String, boolean, JsonGenerator) - Method in interface io.logansquarex.core.typeconverters.TypeConverter
-
Called to serialize an object of type T to JSON using the JsonGenerator and field name.
- serializeListSimple(List<E>) - Static method in class io.logansquarex.core.LoganSquareX
-
list to response
- setCode(int) - Method in class io.logansquarex.core.simple.SimpleListResponse
-
- setData(List) - Method in class io.logansquarex.core.simple.SimpleListResponse
-
- setValueAt(int, V) - Method in class io.logansquarex.core.util.SimpleArrayMap
-
Set the value at a given index in the array.
- SimpleArrayMap<K,V> - Class in io.logansquarex.core.util
-
Base implementation of ArrayMap that doesn't include any standard Java
container API interoperability.
- SimpleArrayMap() - Constructor for class io.logansquarex.core.util.SimpleArrayMap
-
Create a new empty ArrayMap.
- SimpleArrayMap(int) - Constructor for class io.logansquarex.core.util.SimpleArrayMap
-
Create a new ArrayMap with a given initial capacity.
- SimpleArrayMap(SimpleArrayMap) - Constructor for class io.logansquarex.core.util.SimpleArrayMap
-
Create a new ArrayMap with the mappings from the given ArrayMap.
- SimpleListResponse - Class in io.logansquarex.core.simple
-
Created by bunnyblue on 3/20/18.
- SimpleListResponse() - Constructor for class io.logansquarex.core.simple.SimpleListResponse
-
- SimpleListResponseMapper - Class in io.logansquarex.core.simple
-
- SimpleListResponseMapper() - Constructor for class io.logansquarex.core.simple.SimpleListResponseMapper
-
- size() - Method in class io.logansquarex.core.util.SimpleArrayMap
-
Return the number of items in this array map.
- StringBasedTypeConverter<T> - Class in io.logansquarex.core.typeconverters
-
- StringBasedTypeConverter() - Constructor for class io.logansquarex.core.typeconverters.StringBasedTypeConverter
-
- StringMapper - Class in io.logansquarex.core.objectmappers
-
Built-in mapper for String objects
- StringMapper() - Constructor for class io.logansquarex.core.objectmappers.StringMapper
-
- supports(Class) - Static method in class io.logansquarex.core.LoganSquare
-
Returns whether or not LoganSquare can handle a given class.
- supports(ParameterizedType) - Static method in class io.logansquarex.core.LoganSquare
-
Returns whether or not LoganSquare can handle a given ParameterizedType.
- supports(Class) - Static method in class io.logansquarex.core.LoganSquareX
-
Returns whether or not LoganSquare can handle a given class.
- supports(ParameterizedType) - Static method in class io.logansquarex.core.LoganSquareX
-
Returns whether or not LoganSquare can handle a given ParameterizedType.