dtos
.
conversion
.
converters
ApplicationConverter
Related Doc:
package converters
class
ApplicationConverter
extends
AbstractConverter
[
Application
,
ApplicationDto
]
Linear Supertypes
AbstractConverter
[
Application
,
ApplicationDto
],
DtoConverter
[
Application
,
ApplicationDto
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ApplicationConverter
AbstractConverter
DtoConverter
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ApplicationConverter
()
Attributes
protected[
dtos.conversion.converters
]
Value Members
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
final
def
binding
[
U
,
V
]
(
uTypeLiteral:
TypeLiteral
[
U
]
,
vTypeLiteral:
TypeLiteral
[
V
]
)
:
FromBindingBuilder
[
U
,
V
]
Attributes
protected[
dtos.conversion
]
Definition Classes
AbstractConverter
final
def
binding
()
:
FromBindingBuilder
[
AnyRef
,
AnyRef
]
Attributes
protected[
dtos.conversion
]
Definition Classes
AbstractConverter
final
def
binding
[
U
,
V
]
(
uClass:
Class
[
U
]
,
vClass:
Class
[
V
]
)
:
FromBindingBuilder
[
U
,
V
]
Attributes
protected[
dtos.conversion
]
Definition Classes
AbstractConverter
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
configure
()
:
Unit
Definition Classes
ApplicationConverter
→
AbstractConverter
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
toDto
(
model:
Application
,
dto:
ApplicationDto
)
:
ApplicationDto
Definition Classes
AbstractConverter
→
DtoConverter
final
def
toDto
(
model:
Application
)
:
ApplicationDto
Definition Classes
AbstractConverter
→
DtoConverter
final
def
toModel
(
dto:
ApplicationDto
,
model:
Application
)
:
Application
Definition Classes
AbstractConverter
→
DtoConverter
final
def
toModel
(
dto:
ApplicationDto
)
:
Application
Definition Classes
AbstractConverter
→
DtoConverter
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
(
...
)
Inherited from
AbstractConverter
[
Application
,
ApplicationDto
]
Inherited from
DtoConverter
[
Application
,
ApplicationDto
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped