JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.core.style
Interface ValueStyler
All Known Implementing Classes:
DefaultValueStyler
public interface
ValueStyler
Strategy that encapsulates value String styling algorithms according to Spring conventions.
Since:
1.2.2
Author:
Keith Donald
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
style
(
Object
value)
Style the given value, returning a String representation.
Method Detail
style
String
style(
@Nullable
Object
value)
Style the given value, returning a String representation.
Parameters:
value
- the Object value to style
Returns:
the styled String
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method