ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,405 results

vlogize
How to Use Java Reflection with Enum Types as Class Constants

Discover how to leverage `Java reflection` to dynamically invoke methods on `enum` constants when the type is a `Class`.

2:23
How to Use Java Reflection with Enum Types as Class Constants

3 views

10 months ago

vlogize
Generic Method to Convert One Enum Type to Another in Java

Learn how to create a `generic method` in Java to convert enum types effectively and efficiently. --- This video is based on the ...

1:45
Generic Method to Convert One Enum Type to Another in Java

1 view

8 months ago

vlogize
How to Effectively Use JavaDoc for Documenting Java Enums

Discover best practices for using JavaDoc to document your Java enums, making your code cleaner and easier to understand.

1:55
How to Effectively Use JavaDoc for Documenting Java Enums

6 views

10 months ago

vlogize
How to Centralize Common Code in Java Enums for Better Reusability

Discover an elegant approach to reduce duplicate code across enums in Java by centralizing common code through inheritance.

2:03
How to Centralize Common Code in Java Enums for Better Reusability

1 view

8 months ago

vlogize
Using Enums to Parse Generic Values in Java Classes

Discover how to effectively utilize `Java` enums for parsing generic values in your classes. Learn the best practices and ...

2:10
Using Enums to Parse Generic Values in Java Classes

2 views

8 months ago

vlogize
How to Change an Enum Value in Java

Discover how to effectively change an enum value in Java with methods directly in the enum. Simplify your coding experience ...

1:40
How to Change an Enum Value in Java

8 views

8 months ago

vlogize
Understanding Java Enum with Fields of Type Enum: A Detailed Guide

Discover how to effectively utilize Java enums with fields of type enum. Learn the best practices and solutions for referencing other ...

2:12
Understanding Java Enum with Fields of Type Enum: A Detailed Guide

3 views

8 months ago

vlogize
How to Convert an Enum to a JSON Object in Java

Learn how to create a JSON object from an enum in Java, with an easy-to-follow solution. Perfect for developers looking to ...

1:56
How to Convert an Enum to a JSON Object in Java

12 views

8 months ago

vlogize
How to Ensure Proper Serialization of Enums in Java with Jackson and XML

Learn how to serialize Java enums to their intended string values using Jackson for XML serialization. --- This video is based on ...

1:48
How to Ensure Proper Serialization of Enums in Java with Jackson and XML

4 views

8 months ago

vlogize
How to Map Enum Attributes Using MapStruct in Java

Learn how to effectively map Enum attributes between Domain and Entity classes using MapStruct in Java. Streamline your code ...

2:28
How to Map Enum Attributes Using MapStruct in Java

9 views

8 months ago

vlogize
Implementing Dynamic Enum Return Based on Conditions in Java

Discover how to implement a `dynamic enum return` based on conditions in Java with an easy-to-follow guide. Learn how to filter ...

1:47
Implementing Dynamic Enum Return Based on Conditions in Java

1 view

8 months ago

vlogize
Create a Java Enum for Charset Values Easily

A step-by-step guide on how to create a Java Enum for various StandardCharsets, addressing common syntax errors and ...

1:34
Create a Java Enum for Charset Values Easily

0 views

9 months ago

Quick FAQ
Validating Enum Values in Java Spring Boot Applications

Validating Enum Values in Java Spring Boot Applications Validating enum values in Spring Boot applications ensures data ...

3:30
Validating Enum Values in Java Spring Boot Applications

26 views

6 months ago