| Package | Description |
|---|---|
| com.landawn.abacus.parser | |
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Field and Description |
|---|---|
ImmutableMap<Class<? extends Annotation>,Annotation> |
ParserUtil.EntityInfo.annotations |
ImmutableMap<Class<? extends Annotation>,Annotation> |
ParserUtil.PropInfo.annotations |
| Constructor and Description |
|---|
PropInfo(String propName,
Field field,
Method getMethod,
JsonXmlConfig jsonXmlConfig,
ImmutableMap<Class<? extends Annotation>,Annotation> classAnnotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBiMap<K,V> |
class |
ImmutableNavigableMap<K,V> |
class |
ImmutableSortedMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<K,V> |
ImmutableMap.Builder.build() |
static <K,V> ImmutableMap<K,V> |
ImmutableBiMap.copyOf(Map<? extends K,? extends V> map)
Deprecated.
throws
UnsupportedOperationException |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.copyOf(Map<? extends K,? extends V> map) |
static <K,V> ImmutableMap<K,V> |
ImmutableSortedMap.copyOf(Map<? extends K,? extends V> map)
Deprecated.
throws
UnsupportedOperationException |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.empty() |
static ImmutableMap<String,String> |
ClassUtil.getColumn2PropNameMap(Class<?> entityClass)
Gets the column 2 field name map.
|
static ImmutableMap<String,String> |
ClassUtil.getProp2ColumnNameMap(Class<?> entityClass,
NamingPolicy namingPolicy)
Gets the prop column name map.
|
static ImmutableMap<String,Tuple.Tuple2<String,Boolean>> |
SQLBuilder.getProp2ColumnNameMap(Class<?> entityClass,
NamingPolicy namingPolicy)
Deprecated.
for internal use only.
|
static ImmutableMap<String,Field> |
ClassUtil.getPropFields(Class<?> cls) |
static ImmutableMap<String,Method> |
ClassUtil.getPropGetMethods(Class<?> cls)
Call registerXMLBindingClassForPropGetSetMethod first to retrieve the property
getter/setter method for the class/bean generated/wrote by JAXB
specification.
|
static ImmutableMap<String,Method> |
ClassUtil.getPropSetMethods(Class<?> cls)
Gets the prop set method list.
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6) |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5,
K k6,
V v6,
K k7,
V v7) |
static <K,V> ImmutableMap<K,V> |
ImmutableBiMap.of(Map<? extends K,? extends V> map)
Deprecated.
throws
UnsupportedOperationException |
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(Map<? extends K,? extends V> map) |
static <K,V> ImmutableMap<K,V> |
ImmutableSortedMap.of(Map<? extends K,? extends V> map)
Deprecated.
throws
UnsupportedOperationException |
ImmutableMap<String,String> |
Splitter.MapSplitter.splitToImmutableMap(CharSequence source) |
<K,V> ImmutableMap<K,V> |
Splitter.MapSplitter.splitToImmutableMap(Class<K> keyType,
Class<V> valueType,
CharSequence source) |
ImmutableMap<K,ImmutableList<E>> |
ListMultimap.toImmutableMap()
To immutable map.
|
ImmutableMap<T,Integer> |
Multiset.toImmutableMap()
To immutable map.
|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap()
To immutable map.
|
ImmutableMap<K,ImmutableList<E>> |
ListMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableList<E>>> mapSupplier)
To immutable map.
|
ImmutableMap<K,ImmutableSet<E>> |
SetMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableSet<E>>> mapSupplier)
To immutable map.
|
ImmutableMap<T,Integer> |
Multiset.toImmutableMap(IntFunction<? extends Map<T,Integer>> mapSupplier)
To immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
static IntFunction<ImmutableMap<?,?>> |
Fn.Factory.ofImmutableMap()
Deprecated.
|
static Supplier<ImmutableMap<?,?>> |
Fn.Suppliers.ofImmutableMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Collector<Map.Entry<K,V>,?,ImmutableMap<K,V>> |
Collectors.toImmutableMap() |
static <K,V> Collector<Map.Entry<K,V>,?,ImmutableMap<K,V>> |
Collectors.toImmutableMap(BinaryOperator<V> mergeFunction) |
static <T,K,V> Collector<T,?,ImmutableMap<K,V>> |
Collectors.toImmutableMap(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends V> valueMapper) |
static <T,K,V> Collector<T,?,ImmutableMap<K,V>> |
Collectors.toImmutableMap(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends V> valueMapper,
BinaryOperator<V> mergeFunction) |
Copyright © 2021. All rights reserved.