public static class JsfClassFactory.Configuration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JsfClassFactory.Configuration.ConfigurationBuilder |
Modifier and Type | Method and Description |
---|---|
static JsfClassFactory.Configuration.ConfigurationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAnotherConfig()
Another config resource to include in search.
|
javax.servlet.annotation.HandlesTypes |
getHandlesTypes()
HandlesTypes annotation found on the ServletContainerInitializer . |
int |
hashCode() |
boolean |
isExcludeScopedAnnotations()
Inform if exclude scoped annotations in search.
|
void |
setAnotherConfig(java.lang.String anotherConfig)
Another config resource to include in search.
|
void |
setExcludeScopedAnnotations(boolean excludeScopedAnnotations)
Inform if exclude scoped annotations in search.
|
void |
setHandlesTypes(javax.servlet.annotation.HandlesTypes handlesTypes)
HandlesTypes annotation found on the ServletContainerInitializer . |
java.lang.String |
toString() |
public static JsfClassFactory.Configuration.ConfigurationBuilder builder()
@Nullable public javax.servlet.annotation.HandlesTypes getHandlesTypes()
HandlesTypes
annotation found on the ServletContainerInitializer
.public java.lang.String getAnotherConfig()
public boolean isExcludeScopedAnnotations()
public void setHandlesTypes(@Nullable javax.servlet.annotation.HandlesTypes handlesTypes)
HandlesTypes
annotation found on the ServletContainerInitializer
.public void setAnotherConfig(java.lang.String anotherConfig)
public void setExcludeScopedAnnotations(boolean excludeScopedAnnotations)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object