case class Oas30EndpointParser(entry: YMapEntry, producer: (String) ⇒ EndPoint, collector: ListBuffer[EndPoint])(implicit ctx: OasWebApiContext) extends OasEndpointParser with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Oas30EndpointParser
- Serializable
- Serializable
- Product
- Equals
- OasEndpointParser
- OasLikeEndpointParser
- SpecParserOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Oas30EndpointParser(entry: YMapEntry, producer: (String) ⇒ EndPoint, collector: ListBuffer[EndPoint])(implicit ctx: OasWebApiContext)
Type Members
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- SpecParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- SpecParserOps
-
trait
Target extends AnyRef
- Definition Classes
- SpecParserOps
Value Members
-
object
EmptyTarget extends Target with Product with Serializable
- Definition Classes
- SpecParserOps
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkBalancedParams(path: String, value: YNode, node: String, property: String, ctx: WebApiContext): Unit
- Attributes
- protected
- Definition Classes
- SpecParserOps
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val collector: ListBuffer[EndPoint]
-
implicit
val
ctx: OasWebApiContext
- Definition Classes
- Oas30EndpointParser → OasEndpointParser → OasLikeEndpointParser
- val entry: YMapEntry
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
identicalPaths(first: String, second: String): Boolean
Verify if two paths are identical.
Verify if two paths are identical. In the case of OAS 3.0, paths with the same hierarchy but different templated names are considered identical.
- Attributes
- protected
- Definition Classes
- Oas30EndpointParser → OasLikeEndpointParser
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parse(): Unit
- Definition Classes
- OasLikeEndpointParser
-
def
parseEndpointMap(endpoint: EndPoint, map: YMap): EndPoint
- Attributes
- protected
- Definition Classes
- Oas30EndpointParser → OasEndpointParser → OasLikeEndpointParser
- val producer: (String) ⇒ EndPoint
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()