JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.cglib.core
ObjectSwitchCallback
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
processCase(Object, Label)
processDefault()
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