public class FieldCollector extends HashMap<Field,Field>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FieldCollector(Class<?> pSourceType,
Class<?> pTargetType) |
FieldCollector(Predicate<Field> pPredicate,
Class<?> pSourceType,
Class<?> pTargetType) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic FieldCollector(Predicate<Field> pPredicate, Class<?> pSourceType, Class<?> pTargetType) throws NoSuchFieldException, SecurityException
public FieldCollector(Class<?> pSourceType, Class<?> pTargetType) throws NoSuchFieldException, SecurityException
Copyright © 2015–2016 SourcePond. All rights reserved.