|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mangofactory.swagger.models.alternates.AlternateTypeRule
public class AlternateTypeRule
| Constructor Summary | |
|---|---|
AlternateTypeRule(com.fasterxml.classmate.ResolvedType original,
com.fasterxml.classmate.ResolvedType alternate)
Instantiates a new Alternate type rule. |
|
| Method Summary | |
|---|---|
com.fasterxml.classmate.ResolvedType |
alternateFor(com.fasterxml.classmate.ResolvedType type)
Provides alternate for supplier type. |
boolean |
appliesTo(com.fasterxml.classmate.ResolvedType type)
Check if an alternate applies to type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlternateTypeRule(com.fasterxml.classmate.ResolvedType original,
com.fasterxml.classmate.ResolvedType alternate)
original - the original typealternate - the alternate type| Method Detail |
|---|
public com.fasterxml.classmate.ResolvedType alternateFor(com.fasterxml.classmate.ResolvedType type)
type - the type
public boolean appliesTo(com.fasterxml.classmate.ResolvedType type)
type - the source
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||