public class ParameterTypeRegistry extends Object
| Constructor and Description |
|---|
ParameterTypeRegistry(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
defineParameterType(ParameterType<?> parameterType) |
Collection<ParameterType<?>> |
getParameters() |
<T> ParameterType<T> |
lookupByRegexp(String regexp) |
<T> ParameterType<T> |
lookupByType(Type type) |
<T> ParameterType<T> |
lookupByTypeName(String typeName) |
public ParameterTypeRegistry(Locale locale)
public void defineParameterType(ParameterType<?> parameterType)
public <T> ParameterType<T> lookupByType(Type type)
public <T> ParameterType<T> lookupByTypeName(String typeName)
public <T> ParameterType<T> lookupByRegexp(String regexp)
public Collection<ParameterType<?>> getParameters()
Copyright © 2017. All Rights Reserved.