public interface IParameterProvider<U>
| Modifier and Type | Method and Description |
|---|---|
default <E> E |
get(String key) |
<E> E |
get(String key,
Class<E> expectedClass) |
U |
getUnderlyingEntity() |
void |
set(String key,
Object value) |
Copyright © 2015 Matsuo IT. All rights reserved.