| Package | Description |
|---|---|
| net.morimekta.test.providence |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<DefaultFields> |
DefaultFields.CREATOR |
static PStructDescriptor<DefaultFields,DefaultFields._Field> |
DefaultFields.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
DefaultFields |
DefaultFields._Builder.build() |
DefaultFields |
Containers.getDefaultFields() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<DefaultFields,DefaultFields._Field> |
DefaultFields.descriptor() |
List<DefaultFields> |
Containers.getMessageList()
Using struct as key and value in containers.
|
Map<String,DefaultFields> |
Containers.getMessageMap() |
Set<DefaultFields> |
Containers.getMessageSet() |
static PStructDescriptorProvider<DefaultFields,DefaultFields._Field> |
DefaultFields.provider() |
| Modifier and Type | Method and Description |
|---|---|
Containers._Builder |
Containers._Builder.addToMessageList(DefaultFields... values)
Using struct as key and value in containers.
|
Containers._Builder |
Containers._Builder.addToMessageSet(DefaultFields... values) |
int |
DefaultFields.compareTo(DefaultFields other) |
Containers._Builder |
Containers._Builder.putInMessageMap(String key,
DefaultFields value) |
Containers._Builder |
Containers._Builder.setDefaultFields(DefaultFields value) |
| Modifier and Type | Method and Description |
|---|---|
Containers._Builder |
Containers._Builder.setMessageList(Collection<DefaultFields> value)
Using struct as key and value in containers.
|
Containers._Builder |
Containers._Builder.setMessageMap(Map<String,DefaultFields> value) |
Containers._Builder |
Containers._Builder.setMessageSet(Collection<DefaultFields> value) |
| Constructor and Description |
|---|
_Builder(DefaultFields base) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
| Constructor and Description |
|---|
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Containers(List<Boolean> pBooleanList,
List<Byte> pByteList,
List<Short> pShortList,
List<Integer> pIntegerList,
List<Long> pLongList,
List<Double> pDoubleList,
List<String> pStringList,
List<net.morimekta.util.Binary> pBinaryList,
Set<Boolean> pBooleanSet,
Set<Byte> pByteSet,
Set<Short> pShortSet,
Set<Integer> pIntegerSet,
Set<Long> pLongSet,
Set<Double> pDoubleSet,
Set<String> pStringSet,
Set<net.morimekta.util.Binary> pBinarySet,
Map<Boolean,Boolean> pBooleanMap,
Map<Byte,Byte> pByteMap,
Map<Short,Short> pShortMap,
Map<Integer,Integer> pIntegerMap,
Map<Long,Long> pLongMap,
Map<Double,Double> pDoubleMap,
Map<String,String> pStringMap,
Map<net.morimekta.util.Binary,net.morimekta.util.Binary> pBinaryMap,
List<Value> pEnumList,
Set<Value> pEnumSet,
Map<Value,Value> pEnumMap,
List<DefaultFields> pMessageList,
Set<DefaultFields> pMessageSet,
Map<String,DefaultFields> pMessageMap,
RequiredFields pRequiredFields,
DefaultFields pDefaultFields,
OptionalFields pOptionalFields,
UnionFields pUnionFields,
ExceptionFields pExceptionFields,
DefaultValues pDefaultValues) |
Copyright © 2016. All rights reserved.