JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dmfs.httpessentials.decoration
Interface Decoration<T>
public interface
Decoration<T>
General interface for a 'decoration operation' that is taking on object and returning a wrapped or modified version of it.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
decorated
(
T
original)
Decorates the given original object.
Method Detail
decorated
T
decorated(
T
original)
Decorates the given original object.
Parameters:
original
- object to decorate
Returns:
the new wrapped object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method