public class Repository extends Object
Constructor and Description |
---|
Repository() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(Predicate<Object> predicate) |
Map<Integer,Object> |
get(Class<?> klazz) |
Map<Integer,Object> |
get(String name) |
Object |
get(String name,
int line) |
void |
put(Mapping mapping,
int line,
Object value) |
<T,V> void |
set(Member member,
int line,
V value) |
<T,V> void |
set(T bean,
Member member,
V value,
String separator,
List<Mapping> mappings) |
Copyright © 2019 Technearts. All rights reserved.