public abstract class ValueSetterFactory extends Object
ValueSetterFactory
is used to create ValueSetter
.Modifier and Type | Class and Description |
---|---|
static class |
ValueSetterFactory.AsyncBeanValueSetterFactory |
Modifier and Type | Field and Description |
---|---|
static ValueSetterFactory |
NONE |
static ValueSetterFactory |
SINGLE |
static ValueSetterFactory |
SYNC |
Constructor and Description |
---|
ValueSetterFactory() |
Modifier and Type | Method and Description |
---|---|
abstract ValueSetter |
get(ParameterImpl p) |
public static final ValueSetterFactory SYNC
public static final ValueSetterFactory NONE
public static final ValueSetterFactory SINGLE
public abstract ValueSetter get(ParameterImpl p)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.