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.apache.gobblin.util
Interface Decorator
public interface
Decorator
Interface for decorator patterns.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
getDecoratedObject
()
Get directly underlying object.
Method Detail
getDecoratedObject
Object
getDecoratedObject()
Get directly underlying object.
Returns:
directly underlying 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