| Package | Description |
|---|---|
| org.osgl.mvc.util |
| Modifier and Type | Field and Description |
|---|---|
static Binder<Boolean[]> |
Binder.BOOLEAN_ARRAY |
static Binder<Byte[]> |
Binder.BYTE_ARRAY |
static Binder<Character[]> |
Binder.CHAR_ARRAY |
static Binder<Double[]> |
Binder.DOUBLE_ARRAY |
static Binder<Float[]> |
Binder.FLOAT_ARRAY |
static Binder<Integer[]> |
Binder.INT_ARRAY |
static Binder<Long[]> |
Binder.LONG_ARRAY |
static Binder<boolean[]> |
Binder.PRIMITIVE_BOOLEAN_ARRAY |
static Binder<byte[]> |
Binder.PRIMITIVE_BYTE_ARRAY |
static Binder<char[]> |
Binder.PRIMITIVE_CHAR_ARRAY |
static Binder<double[]> |
Binder.PRIMITIVE_DOUBLE_ARRAY |
static Binder<float[]> |
Binder.PRIMITIVE_FLOAT_ARRAY |
static Binder<int[]> |
Binder.PRIMITIVE_INT_ARRAY |
static Binder<long[]> |
Binder.PRIMITIVE_LONG_ARRAY |
static Binder<short[]> |
Binder.PRIMITIVE_SHORT_ARRAY |
static Binder<Short[]> |
Binder.SHORT_ARRAY |
static Binder<String[]> |
Binder.STRING_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
Binder<T> |
Binder.attribute(String key,
Object value)
Set attribute of this binder.
|
Binder<T> |
Binder.attributes(Map<String,Object> attributes)
Set attributes to this binder
|
Binder<T> |
Binder.clearAttributes()
Clear all attributes on this binder
|
static <T> Binder<T> |
Binder.predefined(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Class,Binder> |
Binder.predefined() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Binder.addPredefinedBinder(Class<T> type,
Binder<T> resolver) |
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.