JavaScript is disabled on your browser.
Skip navigation links
Infinispan 15.1.0-SNAPSHOT
Overview
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
Package
org.infinispan.commons.configuration.attributes
Interface AttributeParser<T>
public interface
AttributeParser<T>
AttributeParser.
Since:
15.0
Field Summary
Fields
Modifier and Type
Field
Description
static final
AttributeParser
<
Object
>
DEFAULT
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
parse
(
Class
<?> klass,
String
value)
Field Details
DEFAULT
static final
AttributeParser
<
Object
>
DEFAULT
Method Details
parse
T
parse
(
Class
<?> klass,
String
value)