JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
F
G
H
I
L
N
U
W
A
Account
- Class in
buildable.example
An example POJO that will help demonstrate the @BuiltWith annotations work when included in superclasses.
Account(String)
- Constructor for class buildable.example.
Account
Account()
- Constructor for class buildable.example.
Account
AccountBuilder
- Class in
buildable.example
Admin
- Class in
buildable.example
Admin()
- Constructor for class buildable.example.
Admin
AdminBuilder
- Class in
buildable.example
AdminBuilder()
- Constructor for class buildable.example.
AdminBuilder
anAccount()
- Static method in class buildable.example.
AccountBuilder
anObject()
- Static method in class buildable.example.
FieldTestObjectBuilder
aString(String)
- Method in class buildable.example.
FieldTestObjectBuilder
aUser()
- Static method in class buildable.example.
UserBuilder
B
build()
- Method in class buildable.example.
AccountBuilder
build()
- Method in class buildable.example.
AdminBuilder
build()
- Method in class buildable.example.
FieldTestObjectBuilder
build()
- Method in class buildable.example.
UserBuilder
buildable.example
- package buildable.example
F
FieldTestObject
- Class in
buildable.example
FieldTestObject()
- Constructor for class buildable.example.
FieldTestObject
FieldTestObjectBuilder
- Class in
buildable.example
G
getAccount()
- Method in class buildable.example.
User
getEmail()
- Method in class buildable.example.
User
getId()
- Method in class buildable.example.
Identified
getName()
- Method in class buildable.example.
Account
getName()
- Method in class buildable.example.
Admin
getName()
- Method in class buildable.example.
User
getSsn()
- Method in class buildable.example.
User
getZipCode()
- Method in class buildable.example.
User
H
havingAccount(Account)
- Method in class buildable.example.
UserBuilder
havingAccount(AccountBuilder)
- Method in class buildable.example.
UserBuilder
I
Identified
- Class in
buildable.example
An example abstract class that has an @BuiltWith annotation marked on it to test if @Buildable subclasses will have these fields included in their builders.
Identified(String)
- Constructor for class buildable.example.
Identified
identifiedBy(String)
- Method in class buildable.example.
AccountBuilder
L
livingInZip(Integer)
- Method in class buildable.example.
UserBuilder
N
named(String)
- Method in class buildable.example.
AccountBuilder
named(String)
- Method in class buildable.example.
AdminBuilder
named(String)
- Method in class buildable.example.
UserBuilder
U
User
- Class in
buildable.example
An example POJO that demonstrates generating a UserBuilder.
User()
- Constructor for class buildable.example.
User
UserBuilder
- Class in
buildable.example
W
withByteObject(Byte)
- Method in class buildable.example.
FieldTestObjectBuilder
withBytePrimitive(byte)
- Method in class buildable.example.
FieldTestObjectBuilder
withCharObject(Character)
- Method in class buildable.example.
FieldTestObjectBuilder
withCharPrimitive(char)
- Method in class buildable.example.
FieldTestObjectBuilder
withDoubleObject(Double)
- Method in class buildable.example.
FieldTestObjectBuilder
withDoublePrimitive(double)
- Method in class buildable.example.
FieldTestObjectBuilder
withEmail(String)
- Method in class buildable.example.
UserBuilder
withFloatObject(Float)
- Method in class buildable.example.
FieldTestObjectBuilder
withFloatPrimitive(float)
- Method in class buildable.example.
FieldTestObjectBuilder
withIntegerObject(Integer)
- Method in class buildable.example.
FieldTestObjectBuilder
withIntegerPrimitive(int)
- Method in class buildable.example.
FieldTestObjectBuilder
withLongObject(Long)
- Method in class buildable.example.
FieldTestObjectBuilder
withLongPrimitive(long)
- Method in class buildable.example.
FieldTestObjectBuilder
withShortObject(Short)
- Method in class buildable.example.
FieldTestObjectBuilder
withShortPrimitive(short)
- Method in class buildable.example.
FieldTestObjectBuilder
withSsn(String)
- Method in class buildable.example.
UserBuilder
withStringWithNoSpecifiedMethodNameAndNoSpecifiedDefaultValue(String)
- Method in class buildable.example.
FieldTestObjectBuilder
withStringWithSpecifiedMethodNameButNoSpecifiedDefaultValue(String)
- Method in class buildable.example.
FieldTestObjectBuilder
A
B
F
G
H
I
L
N
U
W
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes