JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.cglib.core
Interface ObjectSwitchCallback
public interface
ObjectSwitchCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
processCase
(
Object
key,
Label
end)
void
processDefault
()
Method Details
processCase
void
processCase
(
Object
key,
Label
end)
throws
Exception
Throws:
Exception
processDefault
void
processDefault
() throws
Exception
Throws:
Exception