Package springfox.documentation.common
Class Either<L,R>
- java.lang.Object
-
- springfox.documentation.common.Either<L,R>
-
public class Either<L,R> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Optional<L>getLeft()java.util.Optional<R>getRight()inthashCode()
-