JavaScript is disabled on your browser.
Skip navigation links
Red Hat Data Grid 8.4.8.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
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)