JavaScript is disabled on your browser.
Skip navigation links
SimpleFlatMapper
hosted on
GitHub
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.simpleflatmapper.reflect
Package
org.simpleflatmapper.reflect
Interface IndexedSetter<T,
P>
public interface
IndexedSetter<T,
P>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
set
(
T
target,
P
value, int index)
Method Details
set
void
set
(
T
target,
P
value, int index)
throws
Exception
Throws:
Exception