public class SetInjectionPoint<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SetInjectionPoint[] |
EMPTY |
PropertyDescriptor |
propertyDescriptor |
java.lang.Class |
targetClass |
java.lang.Class<T> |
type |
Constructor and Description |
---|
SetInjectionPoint(PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<T> |
createSet(int length)
Creates target set for injection.
|
protected java.lang.Class<T> |
resolveSetType(PropertyDescriptor propertyDescriptor) |
public static final SetInjectionPoint[] EMPTY
public final PropertyDescriptor propertyDescriptor
public final java.lang.Class<T> type
public final java.lang.Class targetClass
public SetInjectionPoint(PropertyDescriptor propertyDescriptor)
protected java.lang.Class<T> resolveSetType(PropertyDescriptor propertyDescriptor)
public java.util.Collection<T> createSet(int length)
HashSet
,
but custom implementation can change this setting.Copyright © 2003-present Jodd Team