public interface FieldSetFactory
FieldSet
instances.Modifier and Type | Method and Description |
---|---|
FieldSet |
create(String[] values)
Create a FieldSet with anonymous tokens.
|
FieldSet |
create(String[] values,
String[] names)
Create a FieldSet with named tokens.
|
FieldSet create(String[] values, String[] names)
values
- the token valuesnames
- the names of the tokensDefaultFieldSet.readString(String)
FieldSet create(String[] values)
values
- the token valuesFieldSet.readString(int)
Copyright © 2014 SpringSource. All rights reserved.