java.lang.Object
com.codebox.bean.SampleBean
- Direct Known Subclasses:
SampleExtensionBean
Instantiates a new sample bean.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Sample enum for demonstration purposes. -
Constructor Summary
ConstructorsConstructorDescriptionSampleBean
(String newString) Instantiates a new sample bean.SampleBean
(String newString, boolean internal) Deprecated.This is intended to cause skip logic for deprecated constructor. -
Method Summary
-
Constructor Details
-
SampleBean
Deprecated.This is intended to cause skip logic for deprecated constructor.Instantiates a new sample bean (intended to be skipped.- Parameters:
newString
- the new stringinternal
- the internal flag to set 'null' to string
-
SampleBean
Instantiates a new sample bean. Causes JVM to not create a default no-arg constructor.- Parameters:
newString
- the new string
-
-
Method Details
-
clear
public void clear()Clear. -
isBooleanWrapperIsSetter
Checks if is boolean wrapper is setter.- Returns:
- the boolean
-
init
@PostConstruct public void init()Sample post construct.
-