Java org.springframework.util TypeUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util TypeUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util TypeUtils.

The text is from its open source code.

Method

booleanisAssignable(Type lhsType, Type rhsType)
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
booleanisAssignable(ParameterizedType lhsType, ParameterizedType rhsType)
booleanisAssignable(WildcardType lhsType, Type rhsType)